Single command docker executor, for spinning a bash terminal in seconds.
- Quick container instantiation with Docker
- Auto-installation of Bash in the container if not present
- Shared volume between the host and the container
- Neatly formatted prompt to differentiate between the host and container environments
- Optional container clean-up post session
Docker must be installed and running on the machine.
- Running the tool:
dcx [options] [image-name]
-
Default Image: By default, if no image is provided, alpine is used.
-
Use 'rm' Flag for Cleanup: If you provide the rm flag, the container will be removed after you exit the Bash session.
dcx rm [image-name]