mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
<!--Delete sections as needed --> ## Description Current issues: - There are several `package.json` files, so it's ambiguous. - There is already a `Dockerfile`, so it must be deleted if asking the user to create one. Also, the existing Dockerfile has a different image version than the one the user is asked to create. Fixes: - Added step to explore the existing Dockerfile to have a smoother transition into deleting it. - Added step to delete the Dockerfile. - Updated step to specify the exact folder where to create the new Dockerfile. https://deploy-preview-23478--docsdocker.netlify.app/get-started/docker-concepts/building-images/writing-a-dockerfile/#creating-the-dockerfile ## Related issues or tickets https://docker.slack.com/archives/C04BMTUC41E/p1759261212446019 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review --------- Signed-off-by: Craig <craig.osterhout@docker.com>