Skip to content

Commit

Permalink
back in time to when cutover to podman
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Mar 14, 2024
1 parent 60d4eb0 commit e2d67c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ and `sudo podman run` a new container with the hind service into the background.
[(source)](https://raw.githubusercontent.com/internetarchive/hind/main/install.sh)

```bash
curl -sS https://internetarchive.github.io/hind/install.sh | sudo sh
curl -sS https://raw.githubusercontent.com/internetarchive/hind/podded/install.sh | sudo sh
```

## Minimal requirements:
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ podman -v > /dev/null || exit 1
podman run --net=host --privileged --cgroupns=host \
-v /var/lib/containers:/var/lib/containers \
-e FQDN -e HOST_UNAME \
--rm --name hind-init --pull=always -q "$@" ghcr.io/internetarchive/hind:main
--rm --name hind-init --pull=always -q "$@" ghcr.io/internetarchive/hind:podded
)

# now run the new docker image in the background
Expand Down

0 comments on commit e2d67c9

Please sign in to comment.