Skip to content

cjun714/msmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Build

$ go build -o msmgr ./src/ # in fish

How to use

# ./msmgr http://ms:Microservice123!@20.26.33.122:32010
$ ./msmgr http://<usr>:<passwd>@<Eureka_IP>:<Eureka_Port>

Build docker

$ cd msmgr
$ env GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o msmgr ./src/ # in fish
$ upx msmgr # compress binary
$ docker build -t msmgr:latest -f ./deploy/Dockerfile .

Ref: https://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker

Run docker

$ docker run msmgr "./msmgr http://<usr>:<passwd>@<Eureka_IP>:<Eureka_Port>"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages