Skip to content

Commit

Permalink
feat: Merge pull request #77 from pelias/docker-docs
Browse files Browse the repository at this point in the history
Update and expand Docker image instructions
  • Loading branch information
orangejulius authored Nov 22, 2017
2 parents 78bb5b6 + b49e9de commit 4198e1f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,24 +271,32 @@ $ npm run build
---
## publishing
## Using the Docker image
### rebuild the image
you can rebuild the image on any system with the following command:
```bash
$ docker build -t mapzen/pelias-placeholder .
$ docker build -t pelias/placeholder .
```
### push image
### download pre-built image
if you have push access you can upload your new image to dockerhub:
Up to date Docker images are built and automatically pushed to Docker Hub from our continuous integration pipeline
You can pull the latest stable image with
```bash
$ docker push mapzen/pelias-placeholder
$ docker pull pelias/placeholder
```
### download custom image tags
We publish each commit and the latest of each branch to separate tags
A list of all available tags to download can be found at https://hub.docker.com/r/pelias/placeholder/tags/
---
### uploading a new build to s3
Expand Down

0 comments on commit 4198e1f

Please sign in to comment.