main: start container

This commit is contained in:
Dawid Dziurla 2020-03-25 23:34:04 +01:00
parent 8dcf37f1a2
commit 925cbf4bf6
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -22,6 +22,9 @@ docker create \
"$image" \ "$image" \
sleep inf sleep inf
docker start \
"$container"
docker exec \ docker exec \
--tty \ --tty \
"$container" \ "$container" \