mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Clean some stuff from runconfig that are cli only…
… or could be in `opts` package. Having `runconfig/opts` and `opts` doesn't really make sense and make it difficult to know where to put some code. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
d1dfc1a5ef
commit
c424be21b7
35 changed files with 1425 additions and 1424 deletions
BIN
cli/command/container/testdata/utf16.env
vendored
Executable file
BIN
cli/command/container/testdata/utf16.env
vendored
Executable file
Binary file not shown.
BIN
cli/command/container/testdata/utf16be.env
vendored
Executable file
BIN
cli/command/container/testdata/utf16be.env
vendored
Executable file
Binary file not shown.
3
cli/command/container/testdata/utf8.env
vendored
Executable file
3
cli/command/container/testdata/utf8.env
vendored
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
FOO=BAR
|
||||
HELLO=您好
|
||||
BAR=FOO
|
||||
1
cli/command/container/testdata/valid.env
vendored
Normal file
1
cli/command/container/testdata/valid.env
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
ENV1=value1
|
||||
1
cli/command/container/testdata/valid.label
vendored
Normal file
1
cli/command/container/testdata/valid.label
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
LABEL1=value1
|
||||
Loading…
Add table
Add a link
Reference in a new issue