CopyPaste
Learn
Courses
Pricing
← Back to course
Next
What are Containers?
Code Snippets
Run your first container
bash
Copy
docker run hello-world
List running containers
bash
Copy
docker ps docker ps -a # include stopped containers
Transcript
Resources
Docker Documentation