A repository with only the binary files for updating Docker on ReadyNAS.
- Turn off Docker CE CLI via ReadyNAS OS --> Apps.
- Unpack docker-19.03.9.tgz (tar -xvzf docker-19.03.9.tgz) and copy it's contents to /usr/bin/
- Turn on Docker CE CLI app in ReadyNAS OS.
- An old version number is unfortunately still shown, but the running binary is the manually installed version.
- Install Docker CLI from ReadyNAS store
- Turn off Docker CE CLI via ReadyNAS OS --> Apps.
- Update files by downloading
releases\docker-cli-rnapp_19.03.9_amd64.deb
- Install downloaded
docker-cli-rnapp_19.03.9_amd64.deb
file in ReadyNAS OS --> Apps --> Upload
- Version number will be 19.03.0 in ReadyNAS Admin Apps page.
- Installed files will be located in
/apps/docker-cli-rnapp/bin
and linked in /usr/bin - Original files in /usr/bin are diverted to *.disabled
- Follow steps here: https://github.com/ReadyNAS/sdk/wiki/Developing-Apps-with-VM
- SSH to virtualbox instance: ssh netgear@127.0.0.1 (password: netgear)
- Clone this git repo on the ReadyNAS DEV VM with SDK.
- Run build.sh script to build
- Run clean.sh script to clean up generated files
- Generated deb package will be in releases directory