dockit icon indicating copy to clipboard operation
dockit copied to clipboard

Jump into a Docker image.

Results 3 dockit issues
Sort by recently updated
recently updated
newest added

Some systems require `--privileged` for `dockit` to work; others just require `--cap-add=SYS_ADMIN`. Investigate the difference and drop permissions where possible.

Created to address #5 **I changed the install shell** to bash to be able to do if checks with multiple comparisons. I'm not sure this is possible in sh For...

It'd be nice to have completion of available images for dockit when installed, if the environment allows for it. For example, with `zsh` and `oh-my-zsh` installed on ubuntu, placing this...