Moved examples to the right place

This commit is contained in:
Michele Cereda
2022-03-04 00:25:37 +01:00
parent 9182eb1ad2
commit 4e3765f4ea
7 changed files with 2 additions and 2 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