* fix: support docker create arguments from container.options (#1022) * fix processing of errors, add verbose logging, fix test * disable linter for code copied from docker/cli * fix all linter issues * Add license info * Add opts_test.go from docker/cli and required testdata Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
BIN
pkg/container/testdata/utf16.env
vendored
Normal file
BIN
pkg/container/testdata/utf16.env
vendored
Normal file
Binary file not shown.
BIN
pkg/container/testdata/utf16be.env
vendored
Normal file
BIN
pkg/container/testdata/utf16be.env
vendored
Normal file
Binary file not shown.
3
pkg/container/testdata/utf8.env
vendored
Normal file
3
pkg/container/testdata/utf8.env
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
FOO=BAR
|
||||
HELLO=您好
|
||||
BAR=FOO
|
1
pkg/container/testdata/valid.env
vendored
Normal file
1
pkg/container/testdata/valid.env
vendored
Normal file
@@ -0,0 +1 @@
|
||||
ENV1=value1
|
1
pkg/container/testdata/valid.label
vendored
Normal file
1
pkg/container/testdata/valid.label
vendored
Normal file
@@ -0,0 +1 @@
|
||||
LABEL1=value1
|
Reference in New Issue
Block a user