Skip to content

Commit

Permalink
mount systemd all the things
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
  • Loading branch information
jessfraz committed Mar 31, 2016
1 parent 1ba345c commit bb56822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ for c in "${containers[@]}"; do
-e "container=${c}" \
--name "$c" \
--hostname "$c" \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
-v /var/run/systemd/system:/var/run/systemd/system \
-v $(pwd)/${DCOS_GENERATE_CONFIG_PATH}:/dcos_generate_config.sh \
-v $(pwd)/genconf/config.yaml:/genconf/config.yaml \
dcos-systemd-docker
Expand Down

0 comments on commit bb56822

Please sign in to comment.