harbor/tests/testprepare.sh

11 lines
268 B
Bash
Raw Normal View History

2016-06-07 06:19:48 +02:00
docker pull hello-world
docker pull docker
docker login -u admin -p Harbor12345 127.0.0.1
2016-06-07 06:19:48 +02:00
docker tag hello-world 127.0.0.1/library/hello-world
docker push 127.0.0.1/library/hello-world
docker tag docker 127.0.0.1/library/docker
docker push 127.0.0.1/library/docker
2016-06-07 06:19:48 +02:00