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

Scripts to help you to play with Docker Swarm and Docker Machine

Results 1 playing-docker-swarm-docker-machine issues
Sort by recently updated
recently updated
newest added

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 ```