Add TODO lines for windows
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan) Upstream-commit: a34a7930b5c1e9a1e6ddd4a40b1810a86f7d24ab Component: engine
This commit is contained in:
@ -29,6 +29,7 @@ func getHomeDir() string {
|
||||
}
|
||||
|
||||
func getDaemonConfDir() string {
|
||||
// TODO: update for Windows daemon
|
||||
if runtime.GOOS == "windows" {
|
||||
return filepath.Join(os.Getenv("USERPROFILE"), ".docker")
|
||||
}
|
||||
|
||||
@ -354,6 +354,7 @@ func TestDaemonVolumesBindsRefs(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestDaemonKeyGeneration(t *testing.T) {
|
||||
// TODO: skip or update for Windows daemon
|
||||
os.Remove("/etc/docker/key.json")
|
||||
d := NewDaemon(t)
|
||||
if err := d.Start(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user