Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggarnier/docker-icosmith
Dockerfile for Icosmith
https://github.com/ggarnier/docker-icosmith
Last synced: about 1 month ago
JSON representation
Dockerfile for Icosmith
- Host: GitHub
- URL: https://github.com/ggarnier/docker-icosmith
- Owner: ggarnier
- Created: 2015-05-25T22:20:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T22:36:43.000Z (over 9 years ago)
- Last Synced: 2023-04-17T11:06:14.647Z (over 1 year ago)
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Icosmith](https://github.com/tulios/icosmith) Dockerfile
## Instructions
### Building the image
```sh
docker build -t icosmith .
```Or you can just pull it from the [Docker hub repository](https://registry.hub.docker.com/u/ggarnier/icosmith/):
```sh
docker pull ggarnier/icosmith
```### Running the container
```sh
docker run --rm --name icosmith -p 3000:3000 ggarnier/icosmith
```The application will be accessible at port 3000 of the host machine.