mirror of
https://github.com/clearlinux/docs.git
synced 2026-09-01 02:44:58 +00:00
Re-consistentize $PWD usage
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ Starting the Julia REPL is as easy as the following:
|
||||
|
||||
## Run Julia script from your local directory inside container
|
||||
|
||||
docker run -it --rm -v $(pwd):/usr/myapp -w /usr/myapp julia julia script.jl arg1 arg2
|
||||
docker run -it --rm -v "$PWD":/usr/myapp -w /usr/myapp julia julia script.jl arg1 arg2
|
||||
|
||||
# License
|
||||
|
||||
|
||||
+1
-1
@@ -16,4 +16,4 @@ Starting the Julia REPL is as easy as the following:
|
||||
|
||||
## Run Julia script from your local directory inside container
|
||||
|
||||
docker run -it --rm -v $(pwd):/usr/myapp -w /usr/myapp julia julia script.jl arg1 arg2
|
||||
docker run -it --rm -v "$PWD":/usr/myapp -w /usr/myapp julia julia script.jl arg1 arg2
|
||||
|
||||
Reference in New Issue
Block a user