Skip to content

Commit

Permalink
Fix documentation for --push
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Feb 28, 2025
1 parent ce35f47 commit d3facba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,8 @@ At the end of the assemble step, the docker image is ready to be used in various

### Push

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

### Run

Expand Down

0 comments on commit d3facba

Please sign in to comment.