- 
                Notifications
    You must be signed in to change notification settings 
- Fork 238
Description
Is your feature request related to a problem? Please describe.
I don't necessarily want to have to push my development images to a remote registry.
Describe the solution you'd like
It would be more convenient to simply provide a Containerfile in a repository alongside the source code that contributors could use to build a local image. toolbox create could then offer functionality to use this Containerfile instead of needing an image name.
Describe alternatives you've considered
One can just run podman create prior to running toolbox create, though it would be nice to have toolbox handle that automatically.
Additional context
VS Code has development containers that allow for maintainers to ship Dockerfiles alongside their code, so that contributors don't need to spend time configuring their machines with the necessary dependencies in order to be able to contribute code. Dev containers configure much more than the container images though, such as VS Code extensions and forwarded ports, and they aren't as tightly integrated with the desktop environment, so they aren't a great substitute.