Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 529 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 529 Bytes

This container helps resolve an issue with Container Optimized OS. The OS does not come with docker-compose, and instead expects users to use containerized docker-compose. However the official containerized docker-compose does not include docker-credential-gcr, which is needed to pull Docker images from a private Google Container Registry.

This container uses the official docker-compose as a base, and adds docker-credential-gcr. It can be used just like the normal containerized docker-compose, but can now access gcr.io.