Allow to create a devpts mount. This is useful for containers that bind mount /dev/ from the host but at the same time want to create a terminal. It can be used as: podman run -v /dev:/dev --mount type=devpts,target=/dev/pts ... Closes: https://github.com/containers/podman/issues/6804 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> |
||
|---|---|---|
| .. | ||
| create.go | ||
| create_opts.go | ||
| createparse.go | ||
| default.go | ||
| netflags.go | ||
| ports.go | ||
| specgen.go | ||
| util.go | ||
| volumes.go | ||