1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

DockerUI => UI For Docker

This commit is contained in:
Kevan Ahlquist 2016-04-29 21:57:27 -05:00
parent 02d4161ddd
commit 1b206f223f
14 changed files with 50 additions and 54 deletions

View file

@ -1,4 +1,4 @@
package main // import "github.com/crosbymichael/dockerui"
package main // import "github.com/kevana/ui-for-docker"
import (
"flag"
@ -18,7 +18,7 @@ import (
var (
endpoint = flag.String("e", "/var/run/docker.sock", "Dockerd endpoint")
addr = flag.String("p", ":9000", "Address and port to serve dockerui")
addr = flag.String("p", ":9000", "Address and port to serve UI For Docker")
assets = flag.String("a", ".", "Path to the assets")
authKey []byte
authKeyFile = "authKey.dat"