Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 325 Bytes

Build

docker build . -t gethue/nginx:latest -f tools/docker/nginx/Dockerfile --build-arg registry=gethue --build-arg tag=latest

Push

docker push gethue/nginx:latest

Run

docker run -it -p 80:80 gethue/nginx:latest

With a local Hue:

docker run -it -p 80:80 --network="host" gethue/nginx:latest