Skip to content

Instantly share code, notes, and snippets.

@jasonnerothin
Created July 7, 2015 16:48
Show Gist options
  • Save jasonnerothin/ab67dea78a1dfed5f407 to your computer and use it in GitHub Desktop.
Save jasonnerothin/ab67dea78a1dfed5f407 to your computer and use it in GitHub Desktop.
Restarting the docker manager containers
sudo docker restart \
--name data -t \
-v /opt/manager/resources/packages \
-w /tmp/work_dir \
-v ~/:/tmp/home \
-v /root --privileged=False \
-v /etc/init.d \
-v /etc/default \
-v /opt/manager/resources \
-v /opt/manager/env \
-v /etc/service/riemann \
-v /etc/service/elasticsearch/data \
-v /etc/service/elasticsearch/logs \
-v /opt/influxdb/shared/data \
-v /var/log/cloudify cloudify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment