Imported usable scripts from the private temporary repository

This commit is contained in:
Michele Cereda
2021-10-17 00:28:37 +02:00
parent 5ed40301f3
commit 9666a6a9c4
23 changed files with 311 additions and 0 deletions

View 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