mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Vagrantfile, YAML data file, and systemd unit files to customize Docker (listen on TCP socket) on CentOS Atomic Host Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
10 lines
153 B
SYSTEMD
10 lines
153 B
SYSTEMD
[Unit]
|
|
Description=TCP Socket for the Docker API
|
|
|
|
[Socket]
|
|
ListenStream=2375
|
|
BindIPv6Only=both
|
|
Service=docker.service
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|