All notable changes to docker
will be documented in this file
- Refactor tests to pest by @AyoobMH in spatie#50
- updated Github shield link by @sfolador in spatie#51
- Update Macroable Dependency by @inmanturbo in spatie#52
- @AyoobMH made their first contribution in spatie#50
- @sfolador made their first contribution in spatie#51
- @inmanturbo made their first contribution in spatie#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 spatie#49
- @tiagof made their first contribution in spatie#49
Full Changelog: https://github.com/spatie/docker/compare/1.9.0...1.10.0
- Allow to specify a docker network by @jkniest in spatie#43
Full Changelog: https://github.com/spatie/docker/compare/1.8.2...1.9.0
- Allow to have "string" ports by @jkniest in spatie#41
Full Changelog: https://github.com/spatie/docker/compare/1.8.1...1.8.2
- Ignore phpcsfixer cache file by @szepeviktor in spatie#39
- Allow to specify shell by @jkniest in spatie#40
- @szepeviktor made their first contribution in spatie#39
- @jkniest made their first contribution in spatie#40
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 spatie#38
- @vedelaar made their first contribution in spatie#38
Full Changelog: https://github.com/spatie/docker/compare/1.7.2...1.8.0
- Update README.md by @spekulatius in spatie#32
- Add tests for mapping classes by @maartenpaauw in spatie#34
- Fix array mapping docblocks by @maartenpaauw in spatie#33
- Add optional args to DockerContainer class by @wajdijurry in spatie#37
- @spekulatius made their first contribution in spatie#32
- @maartenpaauw made their first contribution in spatie#34
- @wajdijurry made their first contribution in spatie#37
Full Changelog: https://github.com/spatie/docker/compare/1.7.1...1.7.2
- Add PHP 8.1 Support by @patinthehat in spatie#28
- Bump supported symfony/process version to ^6.0 by @saschahemleb in spatie#29
- @patinthehat made their first contribution in spatie#28
- @saschahemleb made their first contribution in spatie#29
Full Changelog: https://github.com/spatie/docker/compare/1.7.0...1.7.1
- Emergency fix for PR #26 by @jbraband in spatie#27
- add a couple config methods to DockerContainer class by @jbraband in spatie#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