AxisCommunications / docker-acap

ACAP application to add dockerd to a container capable Axis device
Apache License 2.0
15 stars 3 forks source link

Remove superfluous DOCKER_HOST variable #227

Closed killenheladagen closed 3 months ago

killenheladagen commented 3 months ago

dockerd receives the socket specification from -H on the command line, either for IPC or TCP or both, while DOCKER_HOST can be used by the client.

Checklist before requesting a review