I successfully installed Docker Toolbox (Docker version 18.03.0-ce, build 0520e24302)on my Win10 PC, I've downloaded "openshift/origin-release" official image from Docker Hub using this command "docker pull openshift/origin-release". Then I executed this in Docker shell:
docker run openshift/origin-release start
And I'm unable to start openshift, as I receive this error:
C:\Program Files\Docker Toolbox\docker.exe: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"start\": executable file not found in $PATH": unknown.
From instruction on Docker HUB (https://hub.docker.com/r/openshift/origin-release/) it's reported to : "If you have downloaded the client tools from the releases page, place the included binaries in your PATH."
How can I do that? Thanks in advance for any advice