Skip to content

Commit

Permalink
Merge pull request openshift#131 from LorbusChris/patch-1
Browse files Browse the repository at this point in the history
README: Add podman specific note
  • Loading branch information
openshift-merge-robot authored Jul 19, 2019
2 parents 1dc04d6 + 3a1c2af commit d0f947f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ $ imagebuilder -f Dockerfile:Dockerfile.extra .
will build the current directory and combine the first Dockerfile with the second. The FROM in the second image
is ignored.

Note that imagebuilder adds the built image to the `docker` daemon's internal storage. If you use `podman` you must first pull the image into its local registry:

```
$ podman pull docker-daemon:<IMAGE>:<TAG> # must contain either a tag or a digest
```

## Code Example

Expand Down

0 comments on commit d0f947f

Please sign in to comment.