gravitational / workshop

Docker, Kubernetes and Gravity Trainings by Gravitational

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker 101 Training Feedback

aelkugia opened this issue · comments

Capturing some feedback from latest training workshop related to Docker 101 section:

*Incorporate best practices for writing dockerfile
*Developer experience, at what point to introduce docker at your company (may be a decent blog post?)
*Most common pitfalls from adopting docker

Here are a couple raw notes I captures as well:

  • in docker 101, add --rm to examples after rm has been explained, so the containers get cleaned up when doing copy/paste
  • add a docker101 item that includes removing files (IE can't be done within a new layer)
  • from previous training, add a section explaining what kubernetes is / does
  • mattermost worker-yaml image line does not have the registry prefix when copy/pasted
  • talk about distroless (https://github.com/GoogleContainerTools/distroless) in the production patterns guide
commented
in docker 101, add --rm to examples after rm has been explained, so the containers get cleaned up when doing copy/paste

Fixed.

commented

We're winding down the Gravity project, and archiving this repo as part of that work.