|
|
hace 4 años | |
|---|---|---|
| .. | ||
| Dockerfile | hace 6 años | |
| README.md | hace 5 años | |
| hue.conf | hace 5 años | |
| nginx.conf | hace 4 años | |
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