-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
bugSomething isn't working (crash, a rule has a problem)Something isn't working (crash, a rule has a problem)
Description
Bug report
Describe the bug
I followed the directions in readme.md for running app via Docker but it did not work. Suspect documentation just needs to be adjusted.
How we reproduce the bug
Steps to reproduce the behaviour:
docker pull ghcr.io/mobilitydata/gtfs-validatordocker run -v /myDirectory:/theContainerDirectory -it ghcr.io/mobilitydata/gtfs-validator:latest(with appropriate substitutions)java -jar gtfs-validator-v-snapshot_cli.jar -u https://content.amtrak.com/content/gtfs/GTFS.zip(or whatever .zip)_
Expected behaviour
Runs validator on specified URL or file.
Observed behaviour
Opens a Java command line // which failes with the java -jar command.
Environment versions
- validator version: as specified in Dockerfile
- Java version: as specified in Dockerfile
- OS versions: OSX 11.6.4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working (crash, a rule has a problem)Something isn't working (crash, a rule has a problem)