Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 484 Bytes

install-linux.md

File metadata and controls

27 lines (17 loc) · 484 Bytes

Docker toolbox on Linux

Prerequisites

Init

cp docker-compose.yml.dist docker-compose.yml

You would change the database folder to point to another location than default one (/var/lib/boot2docker).

Then:

docker-compose -f /path/to/docker/docker-compose up -d

That's all !

What's next?