Prepaing insall scripts
Creating description and installation scripts
This commit is contained in:
11
scripts/docker-noroot.sh
Executable file
11
scripts/docker-noroot.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://docs.docker.com/engine/install/linux-postinstall/
|
||||
|
||||
set -x
|
||||
|
||||
sudo groupadd docker
|
||||
sudo usermod -aG docker $USER
|
||||
#newgrp docker
|
||||
#docker run hello-world
|
||||
|
||||
Reference in New Issue
Block a user