docs icon indicating copy to clipboard operation
docs copied to clipboard

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

Open ceefour opened this issue 5 years ago • 0 comments

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.

ceefour avatar Apr 01 '20 04:04 ceefour