Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
apicht committed May 9, 2016
1 parent 057d930 commit 0342ef1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Docker npm_lazy

[![Stories in Ready](https://badge.waffle.io/langri-sha/npm_lazy.png?label=ready&title=Ready)](https://waffle.io/langri-sha/npm_lazy)

Add this Docker container to your orchestration and enjoy near-instantaneous
package dependency resolutions, courtesy of
[mixu's lazy npm cache](http://mixu.net/npm_lazy/)
Expand Down Expand Up @@ -29,7 +27,7 @@ the container to the same port on your host:

```
# Start a detached container, mapping the exposed port locally
sudo docker run -d -p 8080:8080 langrisha/npm-lazy
sudo docker run -d -p 8080:8080 apicht/npm_lazy
```

You can verify that the service is then accessible from your host via:
Expand Down Expand Up @@ -58,7 +56,7 @@ web:
links:
- npmlazy
npmlazy:
image: langrisha/npm-lazy
image: apicht/npm_lazy
command: --show-config --port=80 --external-url=http://npmlazy
```

Expand Down Expand Up @@ -136,5 +134,5 @@ runtime configuration.
- [mixu/npm_lazy repository](https://github.com/mixu/npm_lazy/)
- [npm_lazy configuration defaults (effectively applied)](https://github.com/mixu/npm_lazy/blob/master/config.js)
- [configuring npm clients](https://docs.npmjs.com/misc/config)
- [docker hub](https://registry.hub.docker.com/u/langrisha/npm-lazy/)
- [docker source repository](https://github.com/langri-sha/npm_lazy/)
- [docker hub](https://registry.hub.docker.com/u/apicht/npm_lazy/)
- [docker source repository](https://github.com/apicht/docker-npm_lazy/)

0 comments on commit 0342ef1

Please sign in to comment.