Skip to content

Commit

Permalink
Merge pull request #86 from justb4/master
Browse files Browse the repository at this point in the history
#83 adapt README for DockerHub Image availability
  • Loading branch information
chrismayer committed Jul 23, 2019
2 parents 04b7b4e + 3a4d39c commit 03282e5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Expand Up @@ -49,12 +49,10 @@ For detailed explanation on how things work, checkout the [guide](http://vuejs-t

## Run with Docker

At a later stage we will make Docker images available via DockerHub. For now
you can build/run as follows:
Versioned Docker images are available on [DockerHub](https://hub.docker.com/r/meggsimum/wegue/tags).
Run the `latest` (`master`) version of the Wegue Docker Image as follows:

``` bash
docker build -t meggsimum/wegue:latest .

docker run -it -p 8080:80 meggsimum/wegue:latest
```

Expand All @@ -80,8 +78,14 @@ docker run -it -p 8080:80 -v $(pwd)/app-conf-mine.json:/usr/share/nginx/html/sta
```

and then open http://localhost:8080/.

Build a Wegue Docker Image as follows:

``` bash
docker build -t meggsimum/wegue:latest .
```

## Who do I talk to? ###
## Who do I talk to?
You need more information or support? Please contact us at:

`info__(at)__meggsimum__(dot)__de`
Expand Down

0 comments on commit 03282e5

Please sign in to comment.