You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Run
15
15
```bash
16
16
podman exec -itl rcon
17
17
```
18
-
to get access to the RCON interface to the last server you started where you can run admin commands. (`RCON_PASSWORD` must be set for this.)
18
+
to get access to the RCON interface to the last server you started where you can run admin commands. (`RCON_PASSWORD` must be set for this. The `-l` flag to operate on the last container is only supported by podman. Enter the container name for `docker` or if you have interacted with another container in the meantime.)
0 commit comments