mirror of
https://github.com/docker/cli.git
synced 2026-08-30 18:14:19 -05:00
9910e2b0616ecef3249608a32fcd08c4be22fde0
The btrfs driver attempts to stat the /var/lib/docker directory to ensure it exists. If it doesn't exist then it bails with an unhelpful log line: ``` 2014/05/10 00:51:30 no such file or directory ``` In 0.10 the directory was created but quickly digging through the logs I can't tell what sort of re-ordering of code caused this regression. Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips) Upstream-commit: b4ccd7cbfb5f2c7c4b6c963c4c12e41500e7ad55 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%