mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 03:15:36 +00:00
run tests with only alpine image, not nginx to make faster
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
77138de2b9
commit
7c9e05ff46
@ -6,8 +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 run --name webserver -d -p 80:80 alpine httpd -f -h /etc
|
||||
wget -O - -q localhost/hostname
|
||||
docker kill webserver
|
||||
docker rm webserver
|
||||
docker swarm init
|
||||
|
Loading…
Reference in New Issue
Block a user