playing-docker-swarm-docker-machine icon indicating copy to clipboard operation
playing-docker-swarm-docker-machine copied to clipboard

How to run docker-compose.yml in SWARM?

Open prashant7july opened this issue 6 years ago • 2 comments

Hi,

Please provide me the step that how to run docker-compose.yml as below after SWARM script run?

version: '3.1'

services:
  a:
    image: tutum/hello-world
  b:
    image: tutum/hello-world

prashant7july avatar Apr 02 '18 12:04 prashant7july