Skip to content

Commit

Permalink
add pull always
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Feb 8, 2021
1 parent fe07abc commit 07e8b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Capabilities:
### 1. Run Koffer Engine
```
mkdir ${HOME}/bundle; \
sudo podman run -it --rm \
sudo podman run -it --rm --pull always \
--privileged --device /dev/fuse \
--volume ${HOME}/bundle:/root/bundle:z \
--volume ${HOME}/.docker:/root/.docker:z \
Expand Down Expand Up @@ -84,7 +84,7 @@ koffer:

```
mkdir ${HOME}/bundle; \
sudo podman run -it --rm \
sudo podman run -it --rm --pull always \
--privileged --device /dev/fuse \
--volume ${HOME}/bundle:/root/bundle:z \
--volume ${HOME}/.docker:/root/.docker:z \
Expand Down

0 comments on commit 07e8b37

Please sign in to comment.