- Add docker_restart & docker_sbs scripts.
This commit is contained in:
19
sbin/docker_sbs
Executable file
19
sbin/docker_sbs
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
set -o errexit
|
||||
|
||||
APPL_HOME_DIR="$(dirname "$(dirname "$0")")"
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
cd ${APPL_HOME_DIR}
|
||||
|
||||
|
||||
sbin/docker_stop
|
||||
|
||||
sbin/docker_build_push
|
||||
|
||||
sbin/docker_start
|
||||
Reference in New Issue
Block a user