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
Attempting to follow the alternate step for using a prebuilt docker image from mkst, 'docker run --rm -ti -v $(pwd):/sm64 markstreet/sm64:ps3 make --jobs', produces this error:
docker: Error response from daemon: create $(pwd): "$(pwd)" 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. See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
This is a common issue when running docker under Windows, I think. I don't recall the proper workaround for this, but it involves not running Docker under cmd.
Step 3, "docker build . -t sm64_ps3", produces the following:
executor failed running [/bin/sh -c /build/toolchain.sh]: exit code: 127
Attempting to follow the alternate step for using a prebuilt docker image from mkst, 'docker run --rm -ti -v $(pwd):/sm64 markstreet/sm64:ps3 make --jobs', produces this error:
docker: Error response from daemon: create $(pwd): "$(pwd)" 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. See 'docker run --help'.
The text was updated successfully, but these errors were encountered: