Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteConfig ¶
Types ¶
type Config ¶
type Config struct { Auths map[string]Auth `json:"auths,omitempty"` CredsStore string `json:"credsStore,omitempty"` }
func LoadConfig ¶
func (*Config) MarshalJSON ¶
this overrides the default json.Marshal function we only marshal config.Auths to match the older 'dockercfg' format see: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/private-auth.html
Click to show internal directories.
Click to hide internal directories.