Skip to content

Commit

Permalink
Merge pull request docker#710 from nmdguerreiro/master
Browse files Browse the repository at this point in the history
Simplifying insecure registry setup.
  • Loading branch information
tianon committed Feb 23, 2015
2 parents 8eaca88 + d71c080 commit 11f40ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -185,9 +185,7 @@ insecure registry.
```console
$ boot2docker init
$ boot2docker up
$ boot2docker ssh
$ echo 'EXTRA_ARGS="--insecure-registry <YOUR INSECURE HOST>"' | sudo tee -a /var/lib/boot2docker/profile
$ sudo /etc/init.d/docker restart
$ boot2docker ssh "echo $'EXTRA_ARGS=\"--insecure-registry <YOUR INSECURE HOST>\"' | sudo tee -a /var/lib/boot2docker/profile && sudo /etc/init.d/docker restart"
```

then you should be able to do a docker push/pull.
Expand Down

0 comments on commit 11f40ca

Please sign in to comment.