# Edit /etc/docker/daemon.json
{
"hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"]
}
# Restart Docker
sudo systemctl restart docker
# Add to docker-compose.yml
services:
composr:
environment:
- DOCKER_HOSTS=local=unix:///var/run/docker.sock,prod=tcp://192.168.1.100:2375
Only enable the Docker remote API on trusted networks. Consider using TLS certificates for production environments.
The project will be created as a new directory in the selected location
Project project-name will be created in default directory.
| Image Name | Tags | Size | Created | Used By | Actions |
|---|
Restores: Compose files, .env files, container tags & URLs
Note: Volume data not included - backup separately