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
This command mounts a `tmpfs` at `/tmp` within the container. The supported mount options are the same as the Linux default `mount` flags. If you do not specify any options, the systems uses the following options:
407
-
`rw,noexec,nosuid,nodev,size=65536k`.
408
-
409
403
# EXAMPLES
410
404
411
405
## Generating container in read-only mode
@@ -419,14 +413,14 @@ This protects the containers image from modification. Read only containers may
419
413
still need to write temporary data. The best way to handle this is to mount
You can use SELinux to add security to the container. You must specify the process label to run the init process inside of the container using `--linux-selinux-label`.
Not in the above example we used a type of svirt_lxc_net_t and an MCS Label of s0:c1,c2. If you want to guarantee separation between containers, you need to make sure that each container gets launched with a different MCS Label pair.
0 commit comments