On Thursday, March 1, 2018 at 2:45:37 AM UTC-6, ericr...@gmail.com wrote:
>
> The Docker image is available from the Docker Hub at: 
> https://hub.docker.com/r/mayanedmsng/mayanedmsng/
>
>
This is great. Thank you for your contribution.
I have just recently learned that:
"In recent releases, a few things have happened in the Docker world. Swarm 
mode got integrated into the Docker Engine in 1.12, and has brought with it 
several new tools. Among others, it’s possible to make use of 
docker-compose.yml files to bring up stacks of Docker containers, without 
having to install Docker Compose." 

"The command is called docker stack, and it looks exactly the same to 
docker-compose. Here’s a comparison:
$ docker-compose -f docker-compose up
$ docker stack deploy -c docker-compose.yml somestackname"

The side effect is that the YML file has to be of Version 3, not Version 
"2" or "2.1". 
"The Docker Stack functionality, is included with the Docker engine. You 
don’t need to install additional packages (i.e docker-compose, a python 
project) to use it. Deploying docker stacks is part of the swarm mode. It 
supports the same kinds of compose files, but the handling happens in Go 
code, inside of the Docker Engine" 

Do you think that it would be worth pursuing in the near future that 
MAYAN-NG should adhere to that version 3 YML specification and be able to 
be brought up with "docker stack deploy"?

Regards
Lin

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mayan-edms+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to