mirror of
https://github.com/docker/getting-started-app.git
synced 2025-07-15 14:36:50 -04:00
23 lines
940 B
Markdown
23 lines
940 B
Markdown
# To-Do container challenge
|
|
|
|

|
|
|
|
|
|
## Beginners
|
|
|
|
### Challenge Steps
|
|
|
|
- Follow the steps mentioned in the [link](https://docs.docker.com/get-started/.) and Containerise your To-Do list app.
|
|
- Run the container locally and create your own to-do list
|
|
- Take a screenshot of your to-do list.
|
|
- Raise a PR and attach the screenshot with the PR.
|
|
|
|
## Professionals
|
|
|
|
### Challenge Steps
|
|
- Follow the steps mentioned in the [link](https://docs.docker.com/get-started/.) and Containerise your To-Do list app.
|
|
- Run the container locally and create your own to-do list
|
|
- Take a screenshot of your to-do list.
|
|
- **Create a Github action(CICD) that automates the whole containerisation process.** (Recommend stages to include **Docker build, Push Docker Image to Docker Hub**)
|
|
- Raise the PR with your to-do list screenshot.
|