Docker Compose is officially supported in new update

Official announcements and latest news, awards from medias, and sucess stories.
Post Reply
User avatar
TMroy
TerraMaster Team
Posts: 2578
Joined: 10 Mar 2020, 14:04
China

Docker Compose is officially supported in new update

Post 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
To contact our team, please send email to following addresses, remember to replace (at) with @:
Support team: support(at)terra-master.com (for technical support only)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
bassqualle
Posts: 2
Joined: 05 Jan 2021, 16:37

Re: Docker Compose is officially supported in new update

Post 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.
User avatar
jimmastro
Posts: 0
Joined: 12 Apr 2021, 14:25

Re: Docker Compose is officially supported in new update

Post by jimmastro »

It is officially supported in new update.
User avatar
RadicalDave
Posts: 6
Joined: 22 May 2021, 22:21

Re: Docker Compose is officially supported in new update

Post 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?
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Docker Compose is officially supported in new update

Post 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.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
TMroy
TerraMaster Team
Posts: 2578
Joined: 10 Mar 2020, 14:04
China

Re: Docker Compose is officially supported in new update

Post by TMroy »

what is docker compose?
https://docs.docker.com/compose/
To contact our team, please send email to following addresses, remember to replace (at) with @:
Support team: support(at)terra-master.com (for technical support only)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
juan26felipe
Posts: 10
Joined: 04 Feb 2023, 06:09

Re: Docker Compose is officially supported in new update

Post 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.
Post Reply