Docker Container
Last updated
Last updated
docker imagesdocker run [OPTIONS] IMAGE [COMMAND] [ARG...]
- Replace `IMAGE` with the name of the Docker image you want to run.
- `OPTIONS` can be used to customize the behavior of the command (e.g., `-d` to run the container in detached mode).
- `COMMAND` and `ARG` can be specified to run a specific command inside the container.docker run -d ubuntudocker ps -a docker diff container_name/container_iddocker inspect container_name/container_iddocker starts container_name/container_id