Last active
August 29, 2015 14:15
-
-
Save vmarmol/28d12dfe45ab51142d19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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