Installing, Deploying Docker containers with Fig / Docker Compose.

preview_player
Показать описание
This tutorial will walk through the process of installing docker-compose onto a box running boot2docker or a Linux server running Docker, creating a yaml file to use, and pulling up an application stack using docker-compose. It will then go over some of the things we can do with docker-compose to manage our application stack.

Full Text Tutorial:

Wordpress Container YAML File Example:

Docker Compose documentation:

Docker Compose Installation Documentation

Docker Compose bash completion:

Brew Installation Page:
Рекомендации по теме
Комментарии
Автор

brew install docker-compose works too for OSX/boot2docker setup.

ashconnor