buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
113 stars 106 forks source link

Have ability to not run with `--rm` to make it easier to debug containers #163

Closed silasb closed 2 years ago

silasb commented 4 years ago

I'd like the ability to have a flag that won't run with --rm so I can debug my containers.

toote commented 2 years ago

This has been implemented with the leave-container option of the plugin in #195