Tags: kschwab/dockerw
Tags
Updates and fixes. Added vscode attach container support. Added runtime user shell lock / unlock. Added auto attach for shell on run detach. Improved userlock shell intercepts. Fixed user lock exit status. Fixed STTY error print. Fixed temp directory permissions.
Updates and fixes. * Added "--auto-attach" and "--auto-replace" options * Added "--default-shell" option * Added "--disable-auto-load" option * Added "--user-lock" option * Added KeyboardInterrupt catch for main routine * Added license and classifiers to package config * Added .gitignore file * Added user lock banner print out when denied access * Changed arg name "--image-default" to "--default-image" * Changed parsing to use custom argparse parser and actions * Fixed docker image name parsing to be more strict * Fixed dockerw module load in defaults file using importlib * Fixed relative argument ordering during parsing * Fixed shlex join/split of arguments * Fixed ascii banner not printing properly in some cases for older shell versions
Various fixes. * Fixed environment variables associated with venv docker image (name, repo, and tags) * Fixed unnecessary venv login environment variable by embedding in script * Fixed shellcheck issues * Fixed shell script upper case local variable names to be lower case
PreviousNext