Skip to content

Commit

Permalink
Merge pull request #65 from Dstack-TEE/docker-cfg
Browse files Browse the repository at this point in the history
Add default docker daemon config
  • Loading branch information
kvinwang authored Dec 18, 2024
2 parents 6364cd2 + c294632 commit bd234f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions basefiles/docker-daemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"log-driver": "json-file",
"log-opts": {
"max-size": "100m",
"max-file": "10"
}
}

0 comments on commit bd234f4

Please sign in to comment.