π Thank you for considering contributing to docker-practice!
This project is a community-driven, unofficial repository designed to help people train on Docker.
- Be respectful and constructive.
- No spam, trolling, or off-topic content.
- This is a learning-focused and inclusive project.
We welcome contributions such as:
- β New YAML quiz files
- β Improvements to existing questions (clarity, accuracy, formatting)
- β Helpful links to official documentation (Docker or Mirantis)
- β Typos or syntax corrections
- β README or documentation improvements
To keep the project safe and legal:
-
β Do NOT copy or reproduce any proprietary content from:
- Docker Inc.
- Mirantis
- Official training guides or exam dumps
-
β Do NOT submit:
- Official exam questions (real or leaked)
- Screenshots, PDFs, or copyrighted material
All questions must be original, community-created, and based only on public documentation.
All questions must be written in YAML format with this structure:
questions:
- uuid: 123e4567-e89b-12d3-a456-426614174000
question: What is the default network driver in Docker?
answers:
- { value: 'bridge', correct: true }
- { value: 'host', correct: false }
- { value: 'overlay', correct: false }
- { value: 'macvlan', correct: false }
help: https://docs.docker.com/network/- π§ Use unique uuids (you can use uuidgenerator.net)
- π Prefer links to official Docker or Mirantis documentation in the help field
This is an unofficial, independent, and open-source project. By contributing, you confirm that:
- All your content is original
- You have not copied any official exam content
- You agree to license your contributions under the MIT License
- Fork the repo
- Create a new branch for your contribution
- Add your files or edits
- Open a pull request with a clear description of your changes
Weβll review your submission as quickly as possible. π