Uh oh!
There was an error while loading. Please reload this page.
Additional validation for container volumes and ports. - #442
Conversation
There was a problem hiding this comment.
I've seen multiple people confused about this so I tried to clarify that this is only an issue on OSX, not linux.
There was a problem hiding this comment.
This list-fiddling stuff is really confusing. Could we bring back the local variables, so I can see what's being returned in each case?
There was a problem hiding this comment.
Yes, I'm happy to make some changes here. I think in order to validate the string properly, we still need to make it a list, but additional local variables I can add.
aanand
commented
Aug 26, 2014
Sorry I missed this. Looks good. Could it be split out into several logical commits? A lot of things are conflated here. |
dnephin
commented
Aug 26, 2014
Sure, I'm definitely happy to split this into a few commits. |
26a6e18 to
a813717CompareSigned-off-by: Daniel Nephin <dnephin@gmail.com>
a813717 to
9abdf34Comparednephin
commented
Aug 26, 2014
Rebased into three commits, and added additional local variables for split_port() |
d11wtq
commented
Aug 27, 2014
Awesome. Good to see this. Thanks for all your contributions, @dnephin! Massively appreciated. |
9abdf34 to
be67aa7CompareAdds ~ support and ro mode support for volumes, along with some additional validation. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
…st cases. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
be67aa7 to
24044faComparednephin
commented
Aug 31, 2014
additional validation for mode (should be in |
bfirsh
commented
Sep 4, 2014
LGTM |
1 similar comment
aanand
commented
Sep 4, 2014
LGTM |
Additional validation for container volumes and ports.
Additional validation for container volumes and ports. Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
~for home directorsget_tty_width()(needs to be an int, not a string, it's an error in python3, and does the wrong thing in python2)