Skip to content

PaulSec/docker-kippo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-kippo

Dockerfile building an image with kippo ready to go

Kippo will listen on port 2222

Running

docker run -d -p 2222:2222 tomdesinto/kippo

with make

make run

The container will map port 2222. Change this in the Makefile.

Use docker logs to read kippo log

Building

git clone https://github.com/thomasleveil/docker-kippo.git
cd docker-kippo
make build

Other

make shell

Will run the container and present you with a shell.

About

Dockerfile building an image with kippo ready to go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 100.0%