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.
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
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.
Re: Docker Compose is officially supported in new update
Posted: 22 Aug 2025, 12:29
by MarcusRolla75
TMSupport wrote: ↑16 Mar 2022, 11:58
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.
Thanks for sharing this
Lightroom Mod APK I was stuck on this exact issue and didn’t realize my Docker app version was the problem. Updating to 17.05.4+ fixed it, and Docker Compose is working perfectly now. Appreciate the link to the docs as well!
Re: Docker Compose is officially supported in new update
Posted: 12 Feb 2026, 22:53
by MartinCooper1250
RadicalDave wrote: ↑16 Mar 2022, 00:17
I am running almost same as below, except I just updated TOS to latest
NawafPerfumes.com
I see nothing regarding Docker Compose. Where/how are we to use it?
Same here, I updated to the latest version and didn’t see anything obvious about Docker Compose either.
From what I understand, it’s not something that shows up in the UI. It just means the platform now officially supports being deployed and managed via docker compose instead of only plain docker run. So you’d define your services in a docker-compose.yml file and bring everything up with docker compose up, rather than handling containers one by one.
If you’re already running it in Docker, the main change is probably in the documentation and example configs. I’d check the release notes or repo for a sample compose file. That’s usually where they sneak in the details.