dexec
dexec copied to clipboard
Allow "caching" of dexec containers
Currently containers run as part of dexec are automatically removed. The tool should allow an option to "cache" containers, i.e. not remove them after running, and take an alias for the container. The cached version can then be run with the alias to save compilation time and provide a way to reuse containers.
This requires a bit more thought, but that's the basic idea.