Skip to content

Multi container Docker edX

bezidejni edited this page Dec 1, 2014 · 1 revision

Multi-container Docker edX

First, get the repository from GitHub: git clone https://github.com/appsembler/configuration.git -b docker_multi_release configuration

Then, there are two options:

1. Build from scratch

cd configuration/docker
mv fig.yml fig_test.yml && mv fig_build.yml fig.yml
fig up

2. Start previously built images

cd configuration/docker
fig up

Note that it takes a long time for the edxapp container to start because it's running migrations and collecting static files, so be patient.