Changelog for dockerbx v0.0.4 "Atoll"
New Features
-
Python Environment Setup
- Create Python-specific containers with custom versions
- Support for virtual environments
- Install packages via CLI or requirements.txt
-
Git Repository Cloning
- Clone repos directly into new containers
- Streamlined project setup process
-
Configuration Management
- Export current config to YAML file
- Import config from YAML file
- Easier sharing of dockerbx setups
Improvements
- Updated to use Docker SDK's mount types
- Improved error handling and user feedback
- Added automatic image pulling for Python environments
Bug Fixes
- Fixed type mismatch issues with mount configurations
- Resolved issues with package installation in Python environments