Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A docker image running alpine linux and Jirafeau

License

Notifications You must be signed in to change notification settings

atrzaska/docker-jirafeau

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Jirafeau image

A tiny image running alpine Linux and jirafeau.

Usage

docker run --restart=always -d \
	-p 0.0.0.0:80:80 \
	--hostname=jirafeau \
	--name=jirafeau \
	-v /<host_data_directory>:/data \
	-v /<host_cfg_directory>:/cfg \
	andrzejtrzaska/jirafeau

License

MIT / BSD

Author Information

Jeroen Geusebroek

About

A docker image running alpine linux and Jirafeau

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 55.2%
  • Shell 44.8%