CmdWiz

7 Streak
All collections

Path

Docker Deep Dive

Run, prune, and orchestrate containers like a pro.

Skip
Learned
bash — session
docker run

Creates a writeable container layer over the specified image and starts it using the specified command.

docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
+25 XP

1 / 2