Skip to content

Latest commit

 

History

History
executable file
·
16 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

executable file
·
16 lines (14 loc) · 489 Bytes

docker-compose-templates

A set of collections of docker-compose templates!

Create Docker compose files from docker run commands using Composerize => https://www.composerize.com/

Configuring remote access with systemd unit file

Use the command sudo systemctl edit docker.service to open an override file for docker.service in a text editor.
```
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2375
```

sudo systemctl restart docker.service