[Solved] jsii.errors.JSIIError: docker exited with status 1

0 min read 62 words

If you get the following error while running AWS CDK:

raise JSIIError(resp.error) from JavaScriptError(resp.stack)
jsii.errors.JSIIError: docker exited with status 1

Then you can resolve it as follows:

How to solve docker exited with status 1 error

Make sure that your local Docker client is running.

Start docker on the local machine and CDK will be able to make the Docker connections required.

Tags:
Andrew
Andrew

Andrew is a visionary software engineer and DevOps expert with a proven track record of delivering cutting-edge solutions that drive innovation at Ataiva.com. As a leader on numerous high-profile projects, Andrew brings his exceptional technical expertise and collaborative leadership skills to the table, fostering a culture of agility and excellence within the team. With a passion for architecting scalable systems, automating workflows, and empowering teams, Andrew is a sought-after authority in the field of software development and DevOps.

Tags