1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

Default endpoint to local unix socket

This commit is contained in:
Michael Schurter 2014-03-10 15:49:40 -07:00
parent 79c64e8163
commit a76a2709f4

View file

@ -13,7 +13,7 @@ import (
)
var (
endpoint = flag.String("e", "", "Dockerd endpoint")
endpoint = flag.String("e", "/var/run/docker.sock", "Dockerd endpoint")
addr = flag.String("p", ":9000", "Address and port to serve dockerui")
assets = flag.String("a", ".", "Path to the assets")
)