Added /dev/null into output in tester-ubuntu
This commit is contained in:
parent
ceb24b0216
commit
119ae5fc3d
@ -13,5 +13,5 @@ docker run \
|
|||||||
jrei/systemd-ubuntu
|
jrei/systemd-ubuntu
|
||||||
container="$(docker ps --all | grep -i ubuntu | awk '{print $1}')"
|
container="$(docker ps --all | grep -i ubuntu | awk '{print $1}')"
|
||||||
sleep 15 && docker exec -it "$container" /bin/bash
|
sleep 15 && docker exec -it "$container" /bin/bash
|
||||||
docker stop "$container"
|
docker stop "$container" > /dev/null
|
||||||
docker rm "$container"
|
docker rm "$container" > /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user