You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running on Fedora 23, installing stack according to the instructions on haskellstack.com. I have not created any configuration, nor do I have GHC installed yet.
When running following command, I get an error:
$ stack docker cleanup
Cannot get Docker version (invalid 'docker --version' output).
$ docker --version
Docker version 1.9.1-fc23, build 110aed2-dirty
$ stack --version
Version 1.0.0, Git revision 3bc26237b5b3c387b8fd564459ea4dd88fd58b30 (2939 commits) x86_64
$ stack docker cleanup --verbose
Version 1.0.0, Git revision 3bc26237b5b3c387b8fd564459ea4dd88fd58b30 (2939 commits) x86_64
2016-01-14 14:58:35.948435: [debug] Checking for project config at: /home/lsedlar/stack.yaml @(stack_03v8PatSPAPLwmtfdY8jsA:Stack.Config src/Stack/Config.hs:577:9)
2016-01-14 14:58:35.948751: [debug] Checking for project config at: /home/stack.yaml @(stack_03v8PatSPAPLwmtfdY8jsA:Stack.Config src/Stack/Config.hs:577:9)
2016-01-14 14:58:35.948864: [debug] Checking for project config at: /stack.yaml @(stack_03v8PatSPAPLwmtfdY8jsA:Stack.Config src/Stack/Config.hs:577:9)
2016-01-14 14:58:35.948963: [debug] No project config file found, using defaults. @(stack_03v8PatSPAPLwmtfdY8jsA:Stack.Config src/Stack/Config.hs:604:13)
2016-01-14 14:58:35.950830: [debug] Run process: docker --version @(stack_03v8PatSPAPLwmtfdY8jsA:System.Process.Read src/System/Process/Read.hs:267:3)
Cannot get Docker version (invalid 'docker --version' output).
Docker is installed from Fedora repositories.
The text was updated successfully, but these errors were encountered:
I'm running on Fedora 23, installing stack according to the instructions on haskellstack.com. I have not created any configuration, nor do I have GHC installed yet.
When running following command, I get an error:
Docker is installed from Fedora repositories.
The text was updated successfully, but these errors were encountered: