Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Last active December 1, 2016 05:21
Show Gist options
  • Select an option

  • Save wataruoguchi/8d761af80786bcfe3d17f8a2ee2c3e2f to your computer and use it in GitHub Desktop.

Select an option

Save wataruoguchi/8d761af80786bcfe3d17f8a2ee2c3e2f to your computer and use it in GitHub Desktop.
Getting closer to Docker - Learning Docker Compose, Docker Machine, and Docker Swarm

Getting Closer to Docker

Foreword

Getting Started with Docker

Docker Compose

I learned about Docker in previous notes. After awhile, I learned about Docker Compse on this tutorial

What Docker Compose does is to combine Docker Containers in one file. You can start/stop all containers with one command. You can take a look how docker-compose.yml looks like:

  1. Docker Compose practice (MEAN stack)
  1. Docker Compose practice (LAMP stack)

There is Dockerfile because I was following the tutorial. However, it's no longer used as docker-compose.yml does the same thing.

Reference:

Docker Machine

Learning

Docker Swarm

Learning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment