GolfenGuo / hello

helloworld with nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World Application

Build Image

docker build -t 192.168.1.36:5000/daocloud/hello .

Push Image to Registry

docker push 192.168.1.36:5000/daocloud/hello

Run Container

docker run -d -p 80:80 192.168.1.36:5000/daocloud/hello

About

helloworld with nginx


Languages

Language:Go 100.0%