From 7f605b9452ac43316a0b81d78118c5dbe00ee26e Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Wed, 5 Apr 2023 15:21:36 -0300 Subject: Fix several issues with docker-outside-of-docker (#443) * 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 --- test/docker-outside-of-docker/docker_init_ubuntu_22.sh | 1 + 1 file changed, 1 insertion(+) create mode 120000 test/docker-outside-of-docker/docker_init_ubuntu_22.sh (limited to 'test/docker-outside-of-docker/docker_init_ubuntu_22.sh') diff --git a/test/docker-outside-of-docker/docker_init_ubuntu_22.sh b/test/docker-outside-of-docker/docker_init_ubuntu_22.sh new file mode 120000 index 0000000..7458cc9 --- /dev/null +++ b/test/docker-outside-of-docker/docker_init_ubuntu_22.sh @@ -0,0 +1 @@ +./docker_init.sh \ No newline at end of file -- cgit v1.2.3