Skip to content

Commit 0ba5ae5

Browse files
committed
Added equal sign after --insecure-registry=
1 parent 347c611 commit 0ba5ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ running.
4141
## Usage
4242

4343
Make sure your docker daemon allows access to your insecure registry by adding
44-
`--insecure-registry 0.0.0.0:5000` to your `DOCKER_OPTS` in
44+
`--insecure-registry=0.0.0.0:5000` to your `DOCKER_OPTS` in
4545
`/etc/default/docker` (at least this is where you find it in Ubuntu 14.04).
4646

4747
Then restart your docker daemon: `sudo service docker restart`

0 commit comments

Comments
 (0)