Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use docker compose #1

Open
ajhorvath20 opened this issue May 14, 2021 · 0 comments
Open

How to use docker compose #1

ajhorvath20 opened this issue May 14, 2021 · 0 comments

Comments

@ajhorvath20
Copy link

Hi, I followed all the steps and installed properly.

$ # Install on MyCloud EX2 Ultra
$ opkg update
$ opkg install python3-pip
$ pip3 install --upgrade pip
$ pip install setuptools
$ # Install on MyCloud EX2 Ultra : limit to 1.23.x, because >=1.24 requires to build crypto libs in ARM
$ #   (not possible with opkg because of lack of dev packages)
$ pip install docker-compose~=1.23.0
$ id -u <user>
$ id -g <user>

But not sure what else I need to do. Could you direct me what I am missing. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant