Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sangahco/docker-pmis-base
https://github.com/sangahco/docker-pmis-base
docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sangahco/docker-pmis-base
- Owner: sangahco
- Created: 2017-02-24T11:35:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T01:21:31.000Z (6 months ago)
- Last Synced: 2024-07-12T02:51:35.058Z (6 months ago)
- Topics: docker
- Language: Shell
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![HitCount](http://hits.dwyl.io/sangahco/sangahco/docker-pmis-base.svg)](http://hits.dwyl.io/sangahco/sangahco/docker-pmis-base)
[![Jenkins](https://img.shields.io/jenkins/s/https/dev.builder.sangah.com/job/pmis-base.svg?style=flat-square)]()# Base PMIS Image
This is a barebone image that require the archive
file `stnd_pmis.war` in order to work.## How to use it
Write a new `Dockerfile` on a new folder
and put the build generated archive file inside this new folder.The Dockerfile should have at least the FROM like below:
FROM dev.sangah.com:5043/pmis-base
You don't need to put anything else, then build with:
$ docker build -t someprojectname-pmis .
Then you are ready to use it.