Skip to content

Error: Docker binary not found

Daniel Kang edited this page Oct 20, 2016 · 3 revisions

docker binary is used to build and push your app's Docker images to ECR repository. Make sure docker executable is in your $PATH. Alternatively, you can specify the path of docker executable in docker.bin field in the configuration file or using --docker-bin flag of deploy command.

Clone this wiki locally