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
After building the democurl container (and the other qmstr containers), README.md says to run the following command:
./rundemo.sh
However, rundemo.sh is not (currently) present.
Trying to run the democurl container using docker run qmstr/democurl results in the following error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/demos/curl/entrypoint.sh\": stat /demos/curl/entrypoint.sh: no such file or directory": unknown.
The text was updated successfully, but these errors were encountered:
After building the democurl container (and the other qmstr containers), README.md says to run the following command:
./rundemo.sh
However, rundemo.sh is not (currently) present.
Trying to run the democurl container using
docker run qmstr/democurl
results in the following error:docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/demos/curl/entrypoint.sh\": stat /demos/curl/entrypoint.sh: no such file or directory": unknown.
The text was updated successfully, but these errors were encountered: