docker run

Run a command in a new Docker container.

=> More information.

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

Proxy Information
Original URL
gemini://freeshell.de/tldr/docker-run.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
120.300556 milliseconds
Gemini-to-HTML Time
0.354123 milliseconds

This content has been proxied by September (3851b).