1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-05-13 21:46:39 +02:00
docker-volume-backup/docs/how-tos/use-custom-docker-host.md
Frederik Ring 0bb94a2f56
Docs site (#269)
* Set up documentation site using jekyll

* Add workflow for deploying docs

* Ini formatting is hard to read

* Add instructions on how to run docs locally

* Work through docs

* Remove content from README

* Miscellaneous fixes

* Fix artifact upload
2023-09-16 11:54:39 +02:00

529 B

title, layout, parent, nav_order
title layout parent nav_order
Use a custom Docker host default How Tos 14

Use a custom Docker host

If you are interfacing with Docker via TCP, set DOCKER_HOST to the correct URL.

DOCKER_HOST=tcp://docker_socket_proxy:2375

In case you are using a socket proxy, it must support GET and POST requests to the /containers endpoint. If you are using Docker Swarm, it must also support the /services endpoint. If you are using pre/post backup commands, it must also support the /exec endpoint.