Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alenkacz/stubby4j-docker
Dockerfile for stubby4j https://github.com/azagniotov/stubby4j
https://github.com/alenkacz/stubby4j-docker
Last synced: about 5 hours ago
JSON representation
Dockerfile for stubby4j https://github.com/azagniotov/stubby4j
- Host: GitHub
- URL: https://github.com/alenkacz/stubby4j-docker
- Owner: alenkacz
- Created: 2015-02-21T09:47:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T11:13:21.000Z (over 9 years ago)
- Last Synced: 2023-03-12T07:37:15.466Z (over 1 year ago)
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stubby4j-docker
Dockerfile for stubby4j https://github.com/azagniotov/stubby4jIn order to use it in your application you need to create your own image based on this image. Example of such dockerfile is here:
FROM alenkacz/stubby4j-docker
ADD config.txt /home/your_application/
CMD ["--data", "/home/your_application/config.txt", "--location", "0.0.0.0"]