Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 501 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 501 Bytes

k8s-utils-frontend-react

ReactJS frontend for Kubernetes ui utils

Using a private registry

docker build -t react-frontend .
docker tag react-frontend docker.registry.pr.ch/react-frontend:1.0.0
docker push docker.registry.pr.ch/react-frontend:1.0.0

Deploy on docker with private registry

docker pull docker.registry.pr.ch/react-frontend:1.0.0
docker run -it -d --name react-frontend -e GO_SERVER="http://IP" -p 3000:3000 docker.registry.pr.ch/react-frontend:1.0.0