Skip to content

matteoredaelli/docker-karaf-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copied from https://github.com/mkroli/karaf-docker and adapted for Raspberry PI (archlinux)

docker build -t matteoredaelli/docker-karaf-rpi .

docker run -d -t \
  --name karaf \
  -p 1099:1099 \
  -p 8101:8101 \
  -p 8181:8181 \
  -p 44444:44444 \
  -v /karaf-share:/karaf-share \
  --restart=on-failure:100 \
  matteoredaelli/docker-karaf-rpi

About

docker-karaf-rpi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published