... | ... | @@ -2,7 +2,6 @@ This page contains some common commands you may need to use with Docker and Free |
|
|
|
|
|
## Create and start containers
|
|
|
|
|
|
cd /etc/freedmr
|
|
|
docker-compose up -d
|
|
|
|
|
|
The -d flag stands for Daemon. If you want to run in the foreground, omit this.
|
... | ... | |