You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,13 @@
2
2
3
3
A feature full Tomcat (SSL over APR, etc.) running [ERDDAP](http://coastwatch.pfeg.noaa.gov/erddap/index.html)
4
4
5
-
Available versions:
5
+
Recent versions:
6
6
7
+
*`axiom/docker-erddap:2.02`
7
8
*`axiom/docker-erddap:1.82`
8
9
*`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).
15
12
16
13
## Quickstart
17
14
@@ -35,7 +32,7 @@ $ docker run --rm -it \
35
32
36
33
### Tomcat
37
34
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`).
39
36
40
37
41
38
### ERDDAP
@@ -49,7 +46,7 @@ See [these instructions for configuring Tomcat](https://github.com/unidata/tomca
49
46
axiom/docker-erddap
50
47
```
51
48
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.
53
50
54
51
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:
0 commit comments