mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-08 05:25:57 +00:00
Move all output to the directories it will be in eventually
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
This commit is contained in:
committed by
Justin Cormack
parent
a225fb66b4
commit
b1597ff9a9
13
alpine/packages/test/usr/bin/mobytest
Executable file
13
alpine/packages/test/usr/bin/mobytest
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user