Run update.sh
This commit is contained in:
parent
a35486f211
commit
5138bdded4
|
|
@ -1,6 +1,6 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`latest`, `0.50`, `0.50.2` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/3a44baa2e8179cb0fdb7540e271b2d2f6f3fa90b/Dockerfile)
|
||||
- [`latest`, `0.50`, `0.50.3` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/5c40f0f6f90d1519f1fda2c6ebe215fdd9d84012/Dockerfile)
|
||||
- [`0.49`, `0.49.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/8762d54054d9ed9d76a3bba0f9e6fa38acd34c2a/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see the [relevant manifest file (`library/crate`)](https://github.com/docker-library/official-images/blob/master/library/crate) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@ For more information about this image and its history, please see the [relevant
|
|||
# Example output
|
||||
|
||||
$ docker run hello-world
|
||||
|
||||
Hello from Docker.
|
||||
This message shows that your installation appears to be working correctly.
|
||||
|
||||
To generate this message, Docker took the following steps:
|
||||
1. The Docker client contacted the Docker daemon.
|
||||
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
|
||||
(Assuming it was not already locally available.)
|
||||
3. The Docker daemon created a new container from that image which runs the
|
||||
executable that produces the output you are currently reading.
|
||||
4. The Docker daemon streamed that output to the Docker client, which sent it
|
||||
|
|
@ -22,12 +22,16 @@ For more information about this image and its history, please see the [relevant
|
|||
To try something more ambitious, you can run an Ubuntu container with:
|
||||
$ docker run -it ubuntu bash
|
||||
|
||||
Share images, automate workflows, and more with a free Docker Hub account:
|
||||
https://hub.docker.com
|
||||
|
||||
For more examples and ideas, visit:
|
||||
http://docs.docker.com/userguide/
|
||||
https://docs.docker.com/userguide/
|
||||
|
||||
|
||||
$ docker images hello-world
|
||||
REPOSITORY TAG IMAGE ID VIRTUAL SIZE
|
||||
hello-world latest 91c95931e552 910 B
|
||||
hello-world latest af340544ed62 960 B
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`0.4.0-rc1` (*Dockerfile*)](https://github.com/docker/swarm-library-image/blob/ef91e04360892919954c178f9c0f70f43a9f900b/Dockerfile)
|
||||
- [`0.4.0-rc2` (*Dockerfile*)](https://github.com/docker/swarm-library-image/blob/1e058ce0f547491bb33255c8a58236e3bea26cb3/Dockerfile)
|
||||
- [`0.3.0`, `latest` (*Dockerfile*)](https://github.com/docker/swarm-library-image/blob/206d90c3d59ccc2e1b232d37edf3b492ca81693b/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see the [relevant manifest file (`library/swarm`)](https://github.com/docker-library/official-images/blob/master/library/swarm) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`12.04.5`, `12.04`, `precise-20150729`, `precise` (*precise/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8606ae50e85cab36164b24e4286eb312cf188e34/precise/Dockerfile)
|
||||
- [`14.04.2`, `14.04`, `trusty-20150730`, `trusty`, `latest` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8606ae50e85cab36164b24e4286eb312cf188e34/trusty/Dockerfile)
|
||||
- [`14.04.3`, `14.04`, `trusty-20150806`, `trusty`, `latest` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8cf1fbf4ca0a356da693bb431050443f2a4a79f8/trusty/Dockerfile)
|
||||
- [`15.04`, `vivid-20150802`, `vivid` (*vivid/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8606ae50e85cab36164b24e4286eb312cf188e34/vivid/Dockerfile)
|
||||
- [`15.10`, `wily-20150731`, `wily` (*wily/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8606ae50e85cab36164b24e4286eb312cf188e34/wily/Dockerfile)
|
||||
- [`15.10`, `wily-20150807`, `wily` (*wily/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8cf1fbf4ca0a356da693bb431050443f2a4a79f8/wily/Dockerfile)
|
||||
|
||||
For more information about this image and its history, please see the [relevant manifest file (`library/ubuntu`)](https://github.com/docker-library/official-images/blob/master/library/ubuntu) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue