Skip to content

Commit fd77587

Browse files
committed
Update available images in README
1 parent 092fb00 commit fd77587

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
A feature full Tomcat (SSL over APR, etc.) running [ERDDAP](http://coastwatch.pfeg.noaa.gov/erddap/index.html)
44

5-
Available versions:
5+
Recent versions:
66

7+
* `axiom/docker-erddap:2.02`
78
* `axiom/docker-erddap:1.82`
89
* `axiom/docker-erddap:1.80`
9-
* `axiom/docker-erddap:1.78`
10-
* `axiom/docker-erddap:1.74` - first release based on `unidata/tomcat-docker`
11-
* `axiom/docker-erddap:1.72`
12-
* `axiom/docker-erddap:1.68`
13-
* `axiom/docker-erddap:1.66`
14-
* `axiom/docker-erddap:1.64`
10+
11+
See all versions available [here](https://hub.docker.com/r/axiom/docker-erddap/tags).
1512

1613
## Quickstart
1714

@@ -35,7 +32,7 @@ $ docker run --rm -it \
3532

3633
### Tomcat
3734

38-
See [these instructions for configuring Tomcat](https://github.com/unidata/tomcat-docker).
35+
See [these instructions for configuring Tomcat](https://github.com/unidata/tomcat-docker) from the Tomcat image this is built from (`unidata/tomcat-docker`).
3936

4037

4138
### ERDDAP
@@ -49,7 +46,7 @@ See [these instructions for configuring Tomcat](https://github.com/unidata/tomca
4946
axiom/docker-erddap
5047
```
5148

52-
Your content directory should contain a [setup.xml](http://coastwatch.pfeg.noaa.gov/erddap/download/setup.html#setup.xml) and [dataset.xml](http://coastwatch.pfeg.noaa.gov/erddap/download/setupDatasetsXml.html) file. It can also include CSS assets that you reference in your custom `setup.xml` file.
49+
Your content directory should contain a [setup.xml](http://coastwatch.pfeg.noaa.gov/erddap/download/setup.html#setup.xml) and [dataset.xml](http://coastwatch.pfeg.noaa.gov/erddap/download/setupDatasetsXml.html) file. It can also include CSS assets that you reference in your custom `setup.xml` file.
5350

5451
If you just want to change [setup.xml](http://coastwatch.pfeg.noaa.gov/erddap/download/setup.html#setup.xml) and [dataset.xml](http://coastwatch.pfeg.noaa.gov/erddap/download/setupDatasetsXml.html), you can mount them individually:
5552

0 commit comments

Comments
 (0)