main: test

This commit is contained in:
Dawid Dziurla 2020-03-26 00:42:28 +01:00 committed by GitHub
parent 1babb90cf2
commit 6fed29a4e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,11 @@ docker create \
docker start \
"$container"
echo
docker exec $container pwd
echo
exit
docker exec \
"$container" \
apt-get update