|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| Dockerfile | %!s(int64=6) %!d(string=hai) anos | |
| README.md | %!s(int64=5) %!d(string=hai) anos | |
| hue.conf | %!s(int64=5) %!d(string=hai) anos | |
| nginx.conf | %!s(int64=4) %!d(string=hai) anos | |
docker build . -t gethue/nginx:latest -f tools/docker/nginx/Dockerfile --build-arg registry=gethue --build-arg tag=latest
docker push gethue/nginx:latest
docker run -it -p 80:80 gethue/nginx:latest
With a local Hue:
docker run -it -p 80:80 --network="host" gethue/nginx:latest