Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.