mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-06 13:51:49 +00:00
7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
. /etc/init.d/tc-functions
|
|
|
|
echo "${YELLOW}Running boot2docker shutdown script...${NORMAL}"
|
|
|
|
/usr/local/etc/init.d/docker stop
|