mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-04 16:30:09 +00:00
add a test for a network service
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
e4efe4a12d
commit
7ca1dc5e1b
@ -6,4 +6,8 @@ docker info
|
|||||||
docker ps
|
docker ps
|
||||||
docker pull alpine
|
docker pull alpine
|
||||||
docker run alpine true
|
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
|
docker swarm init
|
||||||
|
Loading…
Reference in New Issue
Block a user