diff options
author | Felipe Santos <felipecassiors@gmail.com> | 2023-04-05 21:21:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 21:21:36 +0300 |
commit | 7f605b9452ac43316a0b81d78118c5dbe00ee26e (patch) | |
tree | a8eb37fb9914186c70b28d0f0d3cba8f77a307fe /test/docker-outside-of-docker/docker_build_moby.sh | |
parent | f0dd470ba898bb62eb0fa425aa81e86072454167 (diff) |
Fix several issues with docker-outside-of-docker (#443)feature_docker-outside-of-docker_1.2.0
* Fix several issues with docker-outside-of-docker
* Add initial tests and bump version
* Add two tests
* Fix docker buildx conflict
* Fix possible test issue
* Add tests for moby
* Add buildx test to init
* Fix inconsistency
* Many fixes and improvements
* Make dockeDashCompose v2 by default
Diffstat (limited to 'test/docker-outside-of-docker/docker_build_moby.sh')
l--------- | test/docker-outside-of-docker/docker_build_moby.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/docker-outside-of-docker/docker_build_moby.sh b/test/docker-outside-of-docker/docker_build_moby.sh new file mode 120000 index 0000000..0b420db --- /dev/null +++ b/test/docker-outside-of-docker/docker_build_moby.sh @@ -0,0 +1 @@ +./docker_build.sh
\ No newline at end of file |