Skip to content

nextgendem/t4-hub

 
 

Repository files navigation

t4-hub

Execute locally (single machine)

minikube start cd ~/GoogleDrive/AA_NEXTGENDEM/t4-hub docker build -t nextgendem/t4h . minikube image load nextgendem/t4h

Excute using registry Docker container (mandatory in kubernetes)

Registry Docker container https://hub.docker.com/_/registry is a Distribution implementation for storing and distributing of container images and artifacts that allows to use locally built docker images in kubernetes.

start registry: (only once)

docker run -d -p 5000:5000 --restart=always --name registry registry:2

build image and push:

docker build -t localhost:5000/nextgendem/t4h . docker push localhost:5000/nextgendem/t4h

note that in this case of a develop environment imagePullPolicy in pod manifest has to be set to Always to get the new image everytime were build it

About

Multiple T4 sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.4%
  • HTML 6.8%
  • Shell 2.8%
  • Dockerfile 2.5%
  • CSS 0.5%