Page 1 of 1

Docker Compose is officially supported in new update

Posted: 04 Dec 2020, 13:52
by TMroy
Docker Compose is officially supported in new update!

What is Docker Compose?
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Docker Compose is used to run multiple containers as a single service. For example, suppose you had an application which required NGNIX and MySQL, you could create one file which would start both the containers as a service without the need to start each one separately.Then, with a single command, you create and start all the services from your configuration. To learn more about all the features of Compose, see the list of features.

Image

To install Docker Compose:
Docker Compose has been added to Docker app, to install Docker compose, you just need to install or update your Docker app from TOS app store to 17.05.4 or later version.
docker.png
Notes:
If you have a ARM 210 series model, you need to install Python 3.8 before you can work on your Docker Compose.

More information about how to use Docker compose

Re: Docker Compose is officially supported in new update

Posted: 05 Jan 2021, 17:01
by bassqualle
Hello,

it is great to hear that docker compose is supported by Terramaster.

However, I want to start a container specified in a docker compose YML-file. I can do this on my local environment using the docker command via CLI. What is the preferred way to use the docker compose YML-file with my TNAS? How could I pass the YML-file to my TNAS and have the NAS to launch my docker container using the YML-file? Can you help me?

I am missing some documentation in this regards.

I use
- F4-220
- TOS 4.1.30-2008051459
- Docker app 17.05.5

Thanks.

Re: Docker Compose is officially supported in new update

Posted: 12 Apr 2021, 14:27
by jimmastro
It is officially supported in new update.

Re: Docker Compose is officially supported in new update

Posted: 16 Mar 2022, 00:17
by RadicalDave
I am running almost same as below, except I just updated TOS to latest.

I see nothing regarding Docker Compose. Where/how are we to use it?

Re: Docker Compose is officially supported in new update

Posted: 16 Mar 2022, 11:58
by TMSupport
RadicalDave wrote: 16 Mar 2022, 00:17 I am running almost same as below, except I just updated TOS to latest.

I see nothing regarding Docker Compose. Where/how are we to use it?
Have you update the Docker app to 17.05.4 or later version?
If yes, please refer to the article to use Docker Compose.

Re: Docker Compose is officially supported in new update

Posted: 05 Jan 2023, 10:26
by TMroy
what is docker compose?
https://docs.docker.com/compose/

Re: Docker Compose is officially supported in new update

Posted: 19 Feb 2023, 00:17
by juan26felipe
Hola, actualmente Docker no ejecuta las aplicaciones como lo mencionan, es importante que permitan hacer uso de ssh para que se puedan activar todas las funciones. Lo pongo en contexto porque odoo es un erp sencillo de poner a funcionar y con F2-210 ARM no ha podido funcionar, sabiendo que este erp está disponible para muchos SO.

Si alguien lo ha logrado hacer funcionar estaré atento a su ayuda.