fnproject / docs

User documentation for the Fn Project.
http://fnproject.io
Apache License 2.0
145 stars 64 forks source link

docs(operate): Fix Windows `docker run` command. #140

Open ceefour opened 4 years ago

ceefour commented 4 years ago

The previous ${pwd} syntax gave error:

docker: Error response from daemon: create ${pwd}/data: "${pwd}/data" includes invalid characters 
for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.