Skip to content

Commit d3facba

Browse files
committed
Fix documentation for --push
1 parent ce35f47 commit d3facba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/architecture.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@ At the end of the assemble step, the docker image is ready to be used in various
9898

9999
### Push
100100

101-
Optionally, repo2docker can **push** a built image to a [docker registry](https://docs.docker.com/registry/).
102-
This is done as a convenience only (since you can do the same with a `docker push` after using repo2docker
103-
only to build), and implemented in `Repo2Docker.push` method. It is only activated if using the
104-
`--push` commandline flag.
101+
Optionally, repo2docker can **push** a built image to a [docker registry](https://docs.docker.com/registry/),
102+
if you specify the `--push` flag.
105103

106104
### Run
107105

0 commit comments

Comments
 (0)