Difference between revisions of "Docker Guide for gCube Developers"
From Gcube Wiki
Manuele.simi (Talk | contribs) |
Manuele.simi (Talk | contribs) |
||
Line 12: | Line 12: | ||
* [[Docker_Best_Practices| Best Practices]] | * [[Docker_Best_Practices| Best Practices]] | ||
− | ** Dockerfile | + | ** [[Docker_Best_Practices#Dockerfile|Dockerfile]] |
− | ** What to Package | + | ** [[Docker_Best_Practices#What_to_Package|What to Package]] |
* [[Build a Docker Image]] | * [[Build a Docker Image]] |
Revision as of 03:22, 16 August 2020
Setting up a DTR or Docker Hub?
Single User vs Organization?
- Base/Composed Images
Which ones we can use? Which repos/organizations do we trust?
- Build a Docker Image
- Tags/SHAs
Use fixed tags for immutability.
- Automate
- Push
- Document How to launch the Containers
- Maintain the Images
- Find, Fix and Monitor for Image Vulnerabilities
- Scheduled (Monthly) Patching