mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
Merge pull request #487 from justincormack/moretests
add a test for a network service
This commit is contained in:
commit
8ddf83431d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user