what does fd:// mean exactly in dockerd -H fd://

后端 未结 2 1862
失恋的感觉
失恋的感觉 2021-01-31 08:30

Docker daemon documentation suggests the following hosts option for most setups:

dockerd -H fd://

I guess fd stands f

2条回答
  •  情书的邮戳
    2021-01-31 09:14

    The -H fd:// syntax is used when running docker inside of systemd. Systemd itself will create a socket in the docker.socket unit file and listen to it, and this socket is connected to the docker daemon with the fd:// syntax in the docker.service unit file.

提交回复
热议问题