-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels