Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Section: Dockerfile ENTRYPOINT and CMD #90

Open
5 tasks
BretFisher opened this issue Nov 9, 2021 · 0 comments · May be fixed by #91
Open
5 tasks

New Section: Dockerfile ENTRYPOINT and CMD #90

BretFisher opened this issue Nov 9, 2021 · 0 comments · May be fixed by #91
Labels
enhancement New feature or request

Comments

@BretFisher
Copy link
Owner

BretFisher commented Nov 9, 2021

Create 1 or more new sections that expand on the Dockerfile commands in Section 3, including these topics:

  • ./dockerfiles/entrypoint-cli-1
  • Lecture Outline: ENTRYPOINT and its relationship to CMD
  • how they are combined into one line at runtime
  • override CMD
  • override ENTRYPOINT with --entrypoint
    - [ ] Visual: ENTRYPOINT + CMD as the shell runs it
  • Lecture Outline: Example of ENTRYPOINT for CLI utils (e.g. curl)
  • Assignment Outline: Create ENTRYPOINT+CMD for CLI tool (e.g. ascii text generator)
    • README.md - assignment instructions
    • answer/Dockerfile - final solution with inline comments
  • Lecture Outline: Example of ENTRYPOINT for startup scripts (e.g. postgres)
  • Assignment Outline: Create ENTRYPOINT startup script
    • README.md - assignment instructions
    • answer/Dockerfile - final solution with inline comments

SOP for creating a new section

https://www.notion.so/coreenable/Udemy-course-creating-new-section-e492c3ff2ca14e8aae1bfdfeecfc383e

@BretFisher BretFisher added the enhancement New feature or request label Nov 9, 2021
@ivorscott ivorscott linked a pull request Nov 14, 2021 that will close this issue
7 tasks
@BretFisher BretFisher linked a pull request Nov 15, 2021 that will close this issue
7 tasks
@BretFisher BretFisher changed the title New Section: Dockerfile Next Steps New Section: Dockerfile ENTRYPOINT and CMD Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

2 participants