On Ubuntu 18.04.2
I wanted to set my Docker root dir so I followed the instructions given in https://github.com/IronicBadger/til/blob/master/docker/change-docker-root.md
From the page, the /etc/systemd/system/docker.service.d/docker.root.conf
contains
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -g /new/docker/root -H fd://
What does fd://
represent?
I’m trying to debug this error.
Creating Dockerfile from file /data/workspace/jenkins-project/deploy/docker/webapp/Dockerfile.
Determining image tag: my-image:2019-06-14-1
Using the native docker binary.
Daemon vm is shutting down... The daemon has exited normally or was terminated in response to a user interrupt.
:Project:buildDocker FAILED
:Project:buildDocker (Thread[Daemon worker,5,main]) completed. Took 59.389 secs.
----- End of the daemon log -----
Thanks,
Chris