Fix a link for layers.

This commit is contained in:
Will Sargent 2014-10-25 14:12:50 -07:00
parent 2c6b93b6c5
commit 24c000a690

View file

@ -192,7 +192,7 @@ Docker.io hosts its own [index](https://index.docker.io/) to a central registry
## Dockerfile ## Dockerfile
[The configuration file](http://docs.docker.io/introduction/working-with-docker/#working-with-the-dockerfile). Sets up a Docker container when you run `docker build` on it. Vastly preferable to `docker commit`. [The configuration file](https://docs.docker.com/reference/builder/). Sets up a Docker container when you run `docker build` on it. Vastly preferable to `docker commit`.
### Instructions ### Instructions
@ -225,7 +225,7 @@ If you use [jEdit](http://jedit.org), I've put up a syntax highlighting module f
## Layers ## Layers
The [versioned filesystem](http://en.wikipedia.org/wiki/Aufs) in Docker is based on layers. They're like [git commits or changesets for filesystems](http://docker.readthedocs.org/reference/terms/layer/). The [versioned filesystem](http://en.wikipedia.org/wiki/Aufs) in Docker is based on layers. They're like [git commits or changesets for filesystems](https://docs.docker.com/terms/layer/).
## Links ## Links