Skip to content

Commit 4b0ac1e

Browse files
committed
Fixing docker run command for systemd
1 parent 6e83819 commit 4b0ac1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To run the systemd-based version, follow these steps:
1919
Docker version required >= 20.0.0
2020
```bash
2121
docker pull perfsonar/testpoint:systemd
22-
docker run -d --name perfsonar-testpoint --net=host --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:rw -v ./compose/psconfig:/etc/perfsonar/psconfig --cgroupns host perfsonar/testpoint:systemd
22+
docker run -td --name perfsonar-testpoint --net=host --tmpfs /run --tmpfs /run/lock --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:rw -v ./compose/psconfig:/etc/perfsonar/psconfig --cgroupns host perfsonar/testpoint:systemd
2323
```
2424

2525
Or, build and run it using [docker compose](https://docs.docker.com/compose/) >= 2.16.0:

0 commit comments

Comments
 (0)