Page 1 of 1

Docker Compose in Docker

Posted: 10 Oct 2020, 23:35
by Rajesh
Docker compose feature in docker is required. Other NAS devices support it. Due to the lack of it in Terramaster thinking to buy Synology.

Re: Docker Compose in Docker

Posted: 10 Oct 2020, 23:43
by TMroy
Docker-compose and Portainer are coming soon.

Re: Docker Compose in Docker

Posted: 03 Jan 2021, 02:21
by Cafsenra
I managed to install docker-compose:

Download to the public folder the file docker-compose-Linux-x86_64 on:

https://github.com/docker/compose/releases/

latest version on 02/01/2021 is:

https://github.com/docker/compose/relea ... nux-x86_64

login to shell and run:

cp /mnt/public/docker-compose-Linux-x86_64 /usr/local/bin/docker-compose

Thats it ;)