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 -----
On Systemd based systems, you can communicate with the daemon via Systemd socket activation, use dockerd -H fd:// . Using fd:// will work perfectly for most setups but you can also specify individual sockets: dockerd -H fd://3 . If the specified socket activated files aren’t found, then Docker will exit. You can find examples of using Systemd socket activation with Docker and Systemd in the Docker source tree.