Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

idi-ops-archive/docker-resin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Resin Dockerfile

This repository is used to build Caucho Resin Docker image.

Port(s) Exposed

  • 8080 TCP

Base Docker Image

Volumes

  • /var/resin

Download

docker pull inclusivedesign/resin

Run Resin

docker run \
-d \
-p 8080:8080 \
--name="resin" \
-v $PWD/data/resin:/var/resin \
inclusivedesign/resin

Build your own image

docker build --rm=true -t <your name>/resin .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published