Skip to content

Commit

Permalink
Create ArchiveADataset.sh
Browse files Browse the repository at this point in the history
Adding the ArchiveADataset script in case in comes in handy for someone.
  • Loading branch information
MathewBiddle authored Jan 26, 2022
1 parent b6c9729 commit 35fae01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ArchiveADataset.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
docker run --rm -it \
-v "$(pwd)/datasets:/datasets" \
-v "$(pwd)/logs:/erddapData/logs" \
-v "$(pwd)/erddap/content:/usr/local/tomcat/content/erddap" \
-v "$(pwd)/erddap/data:/erddapData" \ axiom/docker-erddap:latest \
bash -c "cd webapps/erddap/WEB-INF/ && bash ArchiveADataset.sh -verbose"

0 comments on commit 35fae01

Please sign in to comment.