niktak(i)
Results
2
comments of
niktak(i)
Hi, I'm trying to use the code posted by you ``` dmc_file, err := os.Open(os.Getenv(`FN_DOCKER_DEVICE_MAPPING_CONFIG`)) // process error var dms []docker.Device err = json.NewDecoder(dmc_file).Decode(&dms) // process error hostConfig= &docker.HostConfig{ Devices:...
Thanks it is compiling, sadly do not work on my machine I do the following test: 1. Print HostConfig (in docker_client.go) to verify that env was loaded ``` fmt.Println("HostConfig, %v",...