mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Imported scripts from private repository and enforced the naming convention
This commit is contained in:
10
scripts/raspbian/docker.install.bash
Normal file
10
scripts/raspbian/docker.install.bash
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
sudo curl -fsSL https://get.docker.com | sh -
|
||||
sudo usermod -aG docker ${USER}
|
||||
|
||||
# logout && login to apply the new status
|
||||
|
||||
docker run --rm --name test hello-world && docker rmi hello-world
|
||||
Reference in New Issue
Block a user