Description
Commands can be run inside a Docker container while preserving the current user and working directory context. It is useful for developers who want reproducible tool environments without manually mapping common settings each time.
Container execution can mount project files and run untrusted images. Review image sources, volume mappings, user permissions, and network access before running commands.