Skip to content

Commit

Permalink
Merge pull request #8117 from afbjorklund/podman-build
Browse files Browse the repository at this point in the history
Don't have to copy environment for podman build
  • Loading branch information
afbjorklund authored May 16, 2020
2 parents 0fd4e79 + 9dbd74b commit 34b3954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/handbook/pushing.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ For more information on the `docker build` command, read the [Docker documentati
For Podman, use:

```shell
sudo -E podman build
sudo podman build
```

For more information on the `podman build` command, read the [Podman documentation](https://github.com/containers/libpod/blob/master/docs/source/markdown/podman-build.1.md) (podman.io).
Expand Down

0 comments on commit 34b3954

Please sign in to comment.