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:
parent
02d4161ddd
commit
1b206f223f
14 changed files with 50 additions and 54 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue