Releases: the-kbA-team/dockertools
Releases · the-kbA-team/dockertools
v4.1.3
v4.1.2 Bugfix release
What's Changed
- extract correct hostnames for docker >= v26.x #6 by @tigerduck42 in #7
New Contributors
- @tigerduck42 made their first contribution in #7
Full Changelog: v4.1.1...v4.1.2
v2.0.2
Stable version 2.0.2
Changes
- don't rely on existing .git directory
Bugfix release 4.1.1
Bugfixes
- #3 Fixed missing container (-c) parameter for exec command.
Release 4.1.0
New
- Added
cleanup
command todocker.sh
removing files created by${DEFAULT_EXEC_USER}
.
Release 4.0.0
Changes
- Renamed script
add_docker_hosts.sh
todocker_hosts.sh
. - Removed
remove_docker_hosts.sh
script becausedocker_hosts.sh
already contains removal.
New
- Added
docker.sh
for scriptingdocker_hosts.sh
and docker(-compose) actions.
Bugfix release 3.0.1
Bugfixes
- Exclude
.github/
directory in git export.
Release v3.0.0
Changes
- Removed wait script (obsolete).
- Removed container IP script (obsolete).
- Refactored add_docker_hosts.sh to automatically remove and add all running containers in the
/etc/hosts
file. - Refactored scripts to be POSIX compatible (sh, dash and bash).
Stable version 2.0.1
Changes
- Check if docker container is up before determining its IP address.
- Use
DOCKER_REGISTRY
environment variable in case of local caching registries. - Added
.gitattributes
file for clean archives.
Stable version 2.0.0
Initial release.