Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed some things for the readme #613

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,19 @@ meson _build --prefix=/usr/local
ninja -C _build install
```

## :electric_plug: Podman Socket Activation

To connect to the local Podman instance, the systemd socket must be enabled. You can enable it permanently by issuing the following commands:

```shell
$ systemctl --user enable --now podman.socket
$ ls $XDG_RUNTIME_DIR/podman/podman.sock
/run/user/1000/podman/podman.sock
$ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
dnkmmr69420 marked this conversation as resolved.
Show resolved Hide resolved
```

Visit the [official documentation](https://github.com/containers/podman/blob/cea9340242f3f6cf41f20fb0b6239aa3db5decd6/docs/tutorials/socket_activation.md) for more information.


## 🙌 Help translate Pods

Expand Down