Skip to content

Commit

Permalink
Docker in Docker using a socket.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 17, 2022
1 parent d5c8dd6 commit b1efd0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
image: "robertdebock/github-action-molecule:4.0.8"

services:
- docker:dind
# services:
# - docker:dind

variables:
DOCKER_HOST: "tcp://docker:2375"
PY_COLORS: 1

molecule:
Expand Down

0 comments on commit b1efd0b

Please sign in to comment.