Skip to content

Commit

Permalink
Fixing default storage driver (#59)
Browse files Browse the repository at this point in the history
* ignoring jetbrains folder

* bumping default docker version to 18.09.1

* Update main.yml

dropping docker version

* Update main.yml

dropping docker version
  • Loading branch information
llbbl authored May 11, 2022
1 parent efc4b0d commit 8722be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ __pycache__/

# Ignore retry files
*.retry

.idea/
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ docker_http_proxy: ""
docker_https_proxy: ""
docker_no_proxy: ""

docker_version: "17.06"
docker_version: "18.06.1"
# docker_version: "latest"
# docker_upgrade: false

docker_default_config:
storage-driver: devicemapper
storage-driver: overlay2
log-level: info

docker_users: []

0 comments on commit 8722be5

Please sign in to comment.