Skip to content
/ docker Public

Dockerfile and Kubernetes Deployment

Notifications You must be signed in to change notification settings

bludit/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Bludit Docker Image

Run the container

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

Stop the container

$ docker stop bludit

Delete the container

$ docker rm bludit