thefuck icon indicating copy to clipboard operation
thefuck copied to clipboard

add support for docker daemon not running

Open soraxas opened this issue 4 years ago • 1 comments

For patterns like the following:

$ docker run bash sleep 100
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.

$ fuck
systemctl start docker; and docker run bash sleep 100 [enter/↑/↓/ctrl+c]

soraxas avatar Jun 09 '20 22:06 soraxas

Is systemctl O/S specific? i.e. does this work on Windows as well as mac?

Regardless, there are no new tests for this rule and the readme also hasn't been updated.

djh82 avatar Aug 08 '21 17:08 djh82