bionic51
,5.1
,latest
(bionic51/Dockerfile)xenial50
,5.0
(xenial50/Dockerfile)trusty48
,4.8
, (trusty48/Dockerfile)precise48
, (precise48/Dockerfile)precise47
,4.7
, (precise47/Dockerfile)lucid47
, (lucid47/Dockerfile)lucid46
,4.6
, (lucid46/Dockerfile)lucid45
,4.5
, (lucid45/Dockerfile)etch45
, (etch45/Dockerfile)
This is the Git repo of the Docker image for the ORCA (Online Receipt Computer Advantage) server in a development environment. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.
- Reference: http://www.orca.med.or.jp/receipt/
- GitHub page: https://github.com/yamamuteki/orca-jma-receipt
- Docker Hub page: https://hub.docker.com/r/yamamuteki/orca-jma-receipt/
Use services:
docker run -d -p 8000:8000 yamamuteki/orca-jma-receipt
Explore in this docker image: (NOTICE: Not starting services)
docker run -it -p 8000:8000 yamamuteki/orca-jma-receipt /bin/bash
Explore in running docker container already:
docker exec -it <CONTAINER_ID> /bin/bash
- Download and install Java SE 8 or later
- Download and install Monsiaj
- Input your docker-machine ip and your binding port (ex. 8000)
Reference: http://www.orca.med.or.jp/receipt/download/java-client/
git clone https://github.com/yamamuteki/orca-jma-receipt
cd orca-jma-receipt/bionic51
docker build -t yamamuteki/orca-jma-receipt:bionic51