Skip to content

Releases: cytodev/docker-compose-wrapper

v1.2.0

15 May 19:35
79a28a5
Compare
Choose a tag to compare

Added

  • add dockerw create command
  • add error message when an unsupported operation is requested

Removed

  • removed redundant call to a container specific script

Fixed

  • fixed directory path when selecting host directory in standalone installations

v1.1.0

15 May 19:35
25a9e71
Compare
Choose a tag to compare

Added

  • add Instance naming support
  • add base Ubuntu releases to environments
  • add default host Dockerfile
  • add gpg to standard host container
  • add dockerw logs command
  • add shared-content-sync to default shared directory
  • add shared directories
  • add standalone functionality

Changed

  • updated default .bashrc file
  • moved shared content to shared directory

Removed

  • removed dockerw ssh command in favour of dockerw enter <container>
  • removed dockerw composer command because it is too specific

Fixed

  • fixed symbolic link overriding issues in dockerw setup
  • fixed existential crisis when executed outside of own directory
  • fixed function calls calling subshells

v1.0.0

15 May 19:35
56eb353
Compare
Choose a tag to compare
  • initial release