Skip to content

code-202/docker-tls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-tls

Scripts to configure Docker with TLS on servers

Advertisments

Replace

ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock

By

ExecStart=/usr/bin/dockerd --containerd=/run/containerd/containerd.sock

in /lib/systemd/system/docker.service

Run systemctl daemon-reload after that change.

About

Scripts to configure Docker with TLS on servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published