I don't suppose anyone knows how to override a Doc...
# contributing-to-airbyte
m
I don't suppose anyone knows how to override a Docker container's standard behavior and make it boot into Bash rather than the process it's designed to startup as? (I have a malfunctioning container that starts up, errors out, and shuts down again too quickly for me to connect to it in Bash and poke around to figure out the problem.)
u
how are you running the container?
u
just from the cmd line?
u
yeah, just basic
docker run blah blah blah
u
something like
docker run -it --entrypoint /bin/bash blah blah blah