add a test for a network service

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-09-09 00:44:40 +01:00
parent 78a2742172
commit 1425fe6f4a

View File

@ -6,4 +6,8 @@ docker info
docker ps
docker pull alpine
docker run alpine true
docker run --name nginx -d -p 80:80 nginx:alpine
wget -O - localhost
docker kill nginx
docker rm nginx
docker swarm init