Skip to content

PhilRanzato/k8s-utils-frontend-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ReactJS frontend for Kubernetes ui utils

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published