Skip to content

Instantly share code, notes, and snippets.

@vmarmol
Last active August 29, 2015 14:15
Show Gist options
  • Save vmarmol/28d12dfe45ab51142d19 to your computer and use it in GitHub Desktop.
Save vmarmol/28d12dfe45ab51142d19 to your computer and use it in GitHub Desktop.
type Config struct {
// Hostname optionally sets the container's
// hostname if provided
Hostname string
// Networks specifies the container's network
// setup to be created
Networks []*Network
// Routes can be specified to create entries
// in the route table as the container is started
Routes []*Route
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment