Brian Cain
|
cccbedf4ce
|
Update how docker network handles processing options to cli arguments
Add an "ignored option" array rather than a big if-statement expression
|
2019-03-04 14:19:40 -08:00 |
|
Brian Cain
|
953a380371
|
Fix how Vagrant assigns cli arguments for the create command
This commit inlines the flag assignments so that arguments are properly
assigned to flags rather than arguments to the subcommand.
|
2019-03-04 13:44:21 -08:00 |
|
Brian Cain
|
efb9fd7b65
|
Move strings into locales file
|
2019-03-04 13:33:08 -08:00 |
|
Brian Cain
|
a1b48ed1bb
|
Raise proper class if invalid options given for docker network
|
2019-03-04 13:17:14 -08:00 |
|
Brian Cain
|
0b28580105
|
Move out cli argument generation to own function
|
2019-03-04 10:33:24 -08:00 |
|
Brian Cain
|
81fa7036be
|
Rename cli argument method
|
2019-03-04 10:28:49 -08:00 |
|
Brian Cain
|
6c7c74be5a
|
Fix if statement from = to ==
|
2019-03-04 10:28:05 -08:00 |
|
Brian Cain
|
5adffb608d
|
Only allow private_network for docker network provider
|
2019-03-01 16:34:43 -08:00 |
|
Brian Cain
|
29696b0f73
|
Allow for ipv6 networks in docker
|
2019-03-01 16:20:16 -08:00 |
|
Brian Cain
|
000457a012
|
Update how docker network provider creates networks
This commit updates the docker network provider to only create networks
by subnet rather than per-container.
|
2019-03-01 16:07:53 -08:00 |
|
Brian Cain
|
c20de9044d
|
Log information if unsupported docker network option is provided
|
2019-03-01 08:34:43 -08:00 |
|
Brian Cain
|
4a0f1a0a33
|
Update docker network action to auto-generate cli flags
This commit updates the docker network behavior to auto-generate the
docker network command flags from Vagrants network config option.
|
2019-03-01 08:34:43 -08:00 |
|
Brian Cain
|
b5a092397f
|
Add new function for handling vagrant options to docker network cli
flags
|
2019-03-01 08:34:43 -08:00 |
|
Brian Cain
|
4dc5f7c330
|
Add basic ability to configure some networks for containers
|
2019-03-01 08:34:43 -08:00 |
|
Brian Cain
|
e860c7709d
|
Begin to setup and configure docker networks for containers
|
2019-03-01 08:34:43 -08:00 |
|
Brian Cain
|
a336aa687c
|
Add logger and start to iterate over networks in config
|
2019-03-01 08:34:43 -08:00 |
|
Brian Cain
|
627251a307
|
Add basic docker network action
|
2019-03-01 08:34:43 -08:00 |
|