All notable changes to docker
will be documented in this file
- Add optional UDP protocol to port mapping class with TCP as default protocol by @stephenstack in #58
- @stephenstack made their first contribution in #58
Full Changelog: https://github.com/spatie/docker/compare/1.12.0...1.13.0
- @thecaliskan made their first contribution in #55
- @dimitri-koenig made their first contribution in #56
Full Changelog: https://github.com/spatie/docker/compare/1.11.0...1.12.0
- Support changing
execute
timeout by @joelambert in #53
- @joelambert made their first contribution in #53
Full Changelog: https://github.com/spatie/docker/compare/1.10.1...1.11.0
- Refactor tests to pest by @AyoobMH in #50
- updated Github shield link by @sfolador in #51
- Update Macroable Dependency by @inmanturbo in #52
- @AyoobMH made their first contribution in #50
- @sfolador made their first contribution in #51
- @inmanturbo made their first contribution in #52
Full Changelog: https://github.com/spatie/docker/compare/1.10.0...1.10.1
- Adds support for commands to be passed with start/run command by @tiagof in #49
- @tiagof made their first contribution in #49
Full Changelog: https://github.com/spatie/docker/compare/1.9.0...1.10.0
- Allow to specify a docker network by @jkniest in #43
Full Changelog: https://github.com/spatie/docker/compare/1.8.2...1.9.0
- Allow to have "string" ports by @jkniest in #41
Full Changelog: https://github.com/spatie/docker/compare/1.8.1...1.8.2
Full Changelog: https://github.com/spatie/docker/compare/1.8.0...1.8.1
- Add function to get the "docker inspect" information by @vedelaar in #38
- @vedelaar made their first contribution in #38
Full Changelog: https://github.com/spatie/docker/compare/1.7.2...1.8.0
- Update README.md by @spekulatius in #32
- Add tests for mapping classes by @maartenpaauw in #34
- Fix array mapping docblocks by @maartenpaauw in #33
- Add optional args to DockerContainer class by @wajdijurry in #37
- @spekulatius made their first contribution in #32
- @maartenpaauw made their first contribution in #34
- @wajdijurry made their first contribution in #37
Full Changelog: https://github.com/spatie/docker/compare/1.7.1...1.7.2
- Add PHP 8.1 Support by @patinthehat in #28
- Bump supported symfony/process version to ^6.0 by @saschahemleb in #29
- @patinthehat made their first contribution in #28
- @saschahemleb made their first contribution in #29
Full Changelog: https://github.com/spatie/docker/compare/1.7.0...1.7.1
- Emergency fix for PR #26 by @jbraband in #27
- add a couple config methods to DockerContainer class by @jbraband in #26
- add PHP 8.0 support (#21)
- add
privileged
(#19)
- add
setLabel
(#15)
- ability to set volume on a container (#14)
- add method to set environment variables (#12)
- initial release