Run a command in a new Docker container.
docker run {image:tag} {command}
docker run -d {image} {command}
docker run --rm -it {image} {command}
docker run -e '{variable}={value}' -e {variable} {image} {command}
docker run -v {/path/to/host_path}:{/path/to/container_path} {image} {command}
docker run -p {host_port}:{container_port} {image} {command}
docker run --entrypoint {command} {image}
docker run --network {network} {image}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=en-GB