This website requires JavaScript.
Explore
Help
Sign In
gCubeSystem
/
hello-world-service
Watch
15
Star
0
Fork
You've already forked hello-world-service
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
31340fb85e
hello-world-service
/
dockerize
/
stop_docker.sh
11 lines
78 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
set
-a
. ./docker.conf
docker stop
$NAME
docker rm
$NAME
set
+a
Reference in New Issue
View Git Blame
Copy Permalink