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
+2-2
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,9 @@ Java execution from shell:
58
58
59
59
Alternatively, Docker execution from shell:
60
60
61
-
cat city-distances.json | docker run -i -a stdin -a stdout -a stderr atomgraph/json2xml
61
+
cat city-distances.json | docker run -i -a stdin -a stdout -a stderr atomgraph/json2xml > city-distances.xml
62
62
63
-
Note that you need to [bind](https://docs.docker.com/engine/reference/commandline/run/#attach-to-stdinstdoutstderr--a)`stdin`/`stdout`/`stderr` when running Docker.
63
+
Note that you need to [bind](https://docs.docker.com/engine/reference/commandline/run/#attach-to-stdinstdoutstderr--a)`stdin`/`stdout`/`stderr` when running JSON2XML as a Docker container.
64
64
65
65
Output in `city-distances.xml` (indented for clarity):
0 commit comments