Skip to content
forked from bludit/docker

Dockerfile and Kubernetes Deployment

Notifications You must be signed in to change notification settings

erdnuesse/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bludit Docker Image

You can run Bludit as a Docker container.

Docker Hub

Kubernetes

Find the deployment and service for Kubernetes on the directory kubernetes.

Run the container

$ docker run --name bludit -p 8000:80 -d bludit/docker:latest

To get access go with your browser to http://localhost:8000

Stop the container

$ docker stop bludit

Delete the container

$ docker rm bludit

Delete the image

$ docker rmi bludit/docker:latest

Kubernetes

Run Bludit on K8s.

$ kubectl apply -f kubernetes/deployment.yml
$ kubectl apply -f kubernetes/service.yml

About

Dockerfile and Kubernetes Deployment

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%