Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
myregistrydomain.com/my-ubuntu -> myregistry.domain.com/my-ubuntu
  • Loading branch information
syntaxkim committed Oct 31, 2019
1 parent fdee6a2 commit f580993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ If you have been issued an _intermediate_ certificate instead, see

```bash
$ docker pull ubuntu:16.04
$ docker tag ubuntu:16.04 myregistrydomain.com/my-ubuntu
$ docker push myregistrydomain.com/my-ubuntu
$ docker pull myregistrydomain.com/my-ubuntu
$ docker tag ubuntu:16.04 myregistry.domain.com/my-ubuntu
$ docker push myregistry.domain.com/my-ubuntu
$ docker pull myregistry.domain.com/my-ubuntu
```

#### Use an intermediate certificate
Expand Down

0 comments on commit f580993

Please sign in to comment.