idoall/ubuntu16.04-jira-fisheye
# Pull image
git clone https://github.com/idoall/docker.git
cd ubuntu16.04-jira-fisheye/4.6.1
# hack hack hack
# Build
docker build -t idoall/ubuntu16.04-jira-fisheye:4.6.1 .
# Run rm
docker run -it --name=mshk_fisheye --rm -p 80:8060 idoall/ubuntu16.04-jira-fisheye:4.6.1
# After running, wait for 1 minutes.
# Open http://localhost/ in your browser
docker run -d --name=mshk_fisheye -p 80:8060 idoall/ubuntu16.04-jira-fisheye:4.6.1
# access the contain
docker exec -it mshk_fisheye /bin/bash
The container uses host mounted volumes to store persistent data:
Local location | Container location | Usage |
---|---|---|
/srv/Fisheye/Home directory | /home/work/_data/_jira_fisheye | For storing application data |
docker pull idoall/ubuntu16.04-jira-fisheye