Run update.sh
This commit is contained in:
parent
5c83d1c578
commit
61282111d2
|
|
@ -16,10 +16,10 @@ WARNING:
|
||||||
|
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- [`latest`, `2.1`, `2.1.7` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/21b3ccb1b09845558fefc3a822132ecb1c8161e6/Dockerfile)
|
- [`2.1.7`, `2.1`, `latest` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/21b3ccb1b09845558fefc3a822132ecb1c8161e6/Dockerfile)
|
||||||
- [`1.0`, `1.0.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/89e1557944b257c9e56b0e93a458eb6f0238ece3/Dockerfile)
|
- [`2.0.7`, `2.0` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/79d51bb263104ccd2d3c57a5d74c16d6f0466d21/Dockerfile)
|
||||||
- [`1.1`, `1.1.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/019830ed59c4b110f8c93f30430d282818ad95ec/Dockerfile)
|
- [`1.1.6`, `1.1` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/019830ed59c4b110f8c93f30430d282818ad95ec/Dockerfile)
|
||||||
- [`2.0`, `2.0.7` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/79d51bb263104ccd2d3c57a5d74c16d6f0466d21/Dockerfile)
|
- [`1.0.6`, `1.0` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/89e1557944b257c9e56b0e93a458eb6f0238ece3/Dockerfile)
|
||||||
|
|
||||||
# Quick reference
|
# Quick reference
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ $ docker run -dit --name my-running-app my-apache2
|
||||||
If you don't want to include a `Dockerfile` in your project, it is sufficient to do the following:
|
If you don't want to include a `Dockerfile` in your project, it is sufficient to do the following:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -dit --name my-apache-app -v "$PWD":/usr/local/apache2/htdocs/ httpd:2.4
|
$ docker run -dit --name my-apache-app -p 8080:80 -v "$PWD":/usr/local/apache2/htdocs/ httpd:2.4
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue