-
Notifications
You must be signed in to change notification settings - Fork 78
FAQ
Yancey edited this page Aug 18, 2017
·
3 revisions
- Add
bootstrapper:5000
insecure-registries to Docker. - Linux: Edit
/etc/docker/daemon.json
:bash { "insecure-registries" : ["bootstrapper:5000"] }
- MacOSX: You can add
bootstrapper:5000
on your GUI panel, Preferences->daemon->insecure-registryies - Append
<bootstrapper-ip> bootstrapper
into your host file:/etc/hosts
.(Please contact PaddleCloud administrator to fetch '') - Execute
docker tag <your image name> bootstrapper:5000/<your image name>
- Execute
docker push bootstrapper:5000/<your image name>