Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit c497ba8

Browse files
authored
Update README.md
1 parent 552f7ca commit c497ba8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@ pip3 install podman crowdstrike-falconpy retry
5353
systemctl --user start podman.socket
5454
```
5555

56-
2. For ***rootful*** Podman, Set the container host environment variable:
56+
2. For ***rootful*** Podman, ensure the following:
5757

5858
```shell
59+
# The socket is running
60+
systemctl start podman.socket
61+
# Set the container host environment variable
5962
export CONTAINER_HOST="unix:///var/run/podman/podman.sock"
6063
```
6164

0 commit comments

Comments
 (0)