Releases: resero-labs/docker-utils
Bug Fix: Configuration Reading Errors
Fix errors in reading config
Major Release: broader python version support; base on AWS Deep Learning AMI; support for "bare" AMI interaction
There are a number of significant features in this release:
- support for python 2 (if you happen to use pip to globally install it on OSX, it will work. Used to fail with strange error messages)
- introduced new utility commands:
- ls-dock - display state of docks created
- nb-dock - start jupyter on the "bare" AMI and open a browser window to that server
- ssh-dock - ssh to a dock (use a moniker when creating and you don't have to remember those pesky ip addresses)
- "Bare" AMI support (based off of AWS Deep Learning AMI)
Broaden support of Python Versions
Support python 2.7, and >= 3.4
New Script: ls-dock
Add a new script, ls-dock, which will list all docks you have created along with their current state.
Installation now requires python 3.6 or greater
Fixes to docker AMI (Turned of unattended updates)
Bug Fix - Overwrite configuration for build-image
Fixes bug that was caused by overwriting dockerutils.cfg with versioneer config if versioneer was used for the project.
Bug Fix - Create Dock Failure
create-dock
failing with invalid parameter name 'groupName'. This was due to improper quoting in the create-dock
script.
Bug Fix - Image Name
Fixes a bug that causes image name to be incorrect unless prefix configuration is present
Support for "Configuration-only" images + support for prompt on sync
Bug Fixes + Minor Enhancements: Configuration, Better Cross Platform Support
v1.1.9 Add user to ssh-dock command (#34)
sync-up/sync-down honors .dockerignore only
Rather than honoring both .gitignore
and .dockerignore
, the sync commands have been modified to only honor .dockerignore
.