#Best way to drop into a container?

1 messages · Page 1 of 1 (latest)

golden ember
#

I'm trying to get into an interactive bash session inside a dagger container for debugging purposes.

I found an overly complicated way to do it with nsenter, described it here https://github.com/dagger/dagger/issues/5820 (to be findable from Google)

But perhaps someone here knows a better/simpler way?

If asking about same topic in 2 places is not okay, please delete this discord thread, thanks.

GitHub

What are you trying to do? I want to drop into a shell inside a dagger container, so I can debug a pipeline and even have a dagger-defined development environment (so that developers would only nee...