mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
Move ListOps to utils submodule
This will be needed for later use in docker-init without a docker dependency
This commit is contained in:
committed by
Victor Vieux
parent
249f5a65a5
commit
d063c8d941
@@ -175,7 +175,7 @@ func MergeConfig(userConf, imageConf *Config) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func parseLxcConfOpts(opts ListOpts) ([]KeyValuePair, error) {
|
||||
func parseLxcConfOpts(opts utils.ListOpts) ([]KeyValuePair, error) {
|
||||
out := make([]KeyValuePair, len(opts))
|
||||
for i, o := range opts {
|
||||
k, v, err := parseLxcOpt(o)
|
||||
|
||||
Reference in New Issue
Block a user