pub async fn remove(
container_id: Option<String>,
port: Option<String>,
all: bool,
id: Option<u64>,
name: Option<String>,
socket: impl AsRef<Path>,
json: bool,
) -> Result<()>Expand description
Removes one or more Docker port mappings via the daemon API.