This repository is a collection of Docker exercises designed for individuals who already have a basic understanding of Docker and wish to test their knowledge. The exercises are not intended as a comprehensive tutorial for learning Docker, but rather as a way to challenge and reinforce existing skills.
Each exercise presents a specific task to be accomplished using Docker commands, followed by a hidden solution that can be revealed for verification. The exercises are categorized to cover different aspects and features of Docker.
- Browse through the categories in the table below.
- Try to solve each exercise based on your existing knowledge of Docker.
- Check your solutions by clicking on the "solution" dropdown.
Remember, the purpose of these exercises is to challenge your understanding of Docker, so try to solve them without peeking at the solutions first!
Category | Description |
---|---|
Docker Run | Exercises focused on the docker run command and its various options. |
Miscellaneous | Varied tasks covering a range of Docker functionalities. |
[Other categories] | [Descriptions] |
Feel free to contribute to this project by adding more exercises or enhancing the existing ones. Your contributions are highly appreciated!
This project is not affiliated with the official Docker project. It's a community-driven initiative for educational purposes.
Happy Dockerizing!