mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Update docs to build a runc that works with systemd
Runc disables systemd cgroup support when build statically, so don't tell people to do that now that we're defaulting to systemd for cgroup management. Also, fix some error messages to use the proper ID() call for containers. Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -85,7 +85,7 @@ $ sudo cp bin/* /usr/libexec/cni
|
||||
```console
|
||||
$ git clone https://github.com/opencontainers/runc.git $GOPATH/src/github.com/opencontainers/runc
|
||||
$ cd $GOPATH/src/github.com/opencontainers/runc
|
||||
$ make static BUILDTAGS="seccomp selinux"
|
||||
$ make BUILDTAGS="seccomp"
|
||||
$ sudo cp runc /usr/bin/runc
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user