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
/// Adds a port mapping to the container, mapping the host port to the container's internal port.
66
69
///
@@ -90,6 +93,7 @@ pub trait ImageExt<I: Image> {
90
93
/// cgroup namespace mode for the container. Possible values are:
91
94
/// - [`CgroupnsMode::Private`]: the container runs in its own private cgroup namespace
92
95
/// - [`CgroupnsMode::Host`]: use the host system's cgroup namespace
96
+
///
93
97
/// If not specified, the daemon default is used, which can either be `\"private\"` or `\"host\"`, depending on daemon version, kernel support and configuration.
0 commit comments