Difference between revisions of "Docker Best Practices"

From Gcube Wiki
Jump to: navigation, search
(Created page with "= Repositories = Setting up a DTR or Docker Hub? Single User vs Organization? = Dockerfile = == Where to keep the Dockerfile == == Base/Composed Images == Which ones we can...")
 
Line 13: Line 13:
  
 
== Maintainers ==
 
== Maintainers ==
 +
 +
== Minimizing the Image Size ==
  
 
= Building the Image =  
 
= Building the Image =  

Revision as of 16:42, 14 August 2020

Repositories

Setting up a DTR or Docker Hub? Single User vs Organization?

Dockerfile

Where to keep the Dockerfile

Base/Composed Images

Which ones we can use? Which repos/organizations do we trust?

Labels

Maintainers

Minimizing the Image Size

Building the Image

Tags

Automating

Pushing

Testing the Images

Security