Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2020-12-23 21:36:34 +01:00
parent 43bea81ba7
commit fce73acdfc
4 changed files with 72 additions and 36 deletions

17
.local/bin/docker-start Executable file
View File

@ -0,0 +1,17 @@
#!/bin/bash -
#===============================================================================
#
# FILE: docker-start.sh
#
# USAGE: ./docker-start.sh
#
# OPTIONS: ---
# REQUIREMENTS: openrc system
# AUTHOR: Marcin Woźniak, y0rune@aol.com
# CREATED: 11/08/2020 11:21
# REVISION: ---
#===============================================================================
sudo rc-service docker start
sleep 10
sudo docker ps