This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
ed7a4236b3
moby--moby
/
packaging
/
ubuntu
/
lxc-docker.prerm
5 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
packaging-ubuntu, issue #30: streamline building and uploading to PPA
2013-04-15 21:01:54 -04:00
#!/bin/sh
# Stop docker
Packaging|ubuntu, issue #601: Allow packaging prerm to do its job
2013-06-21 20:37:20 -04:00
if [ "`pgrep -f '/usr/bin/docker -d'`" != "" ]; then /sbin/stop docker; fi
Copy permalink