Skip to content

Commit

Permalink
testing /var/lib/dockerdir directory for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Sep 20, 2024
1 parent 708a00a commit 4e8e4bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
tty: true
cgroup: host
tmpfs:
- /var/lib/dockerdir:mode=0777,dev,size=15g,suid,exec
# - /var/lib/docker:mode=0777,dev,size=15g,suid,exec
- /run
ports:
- "3000:3000" # grafana
Expand Down Expand Up @@ -80,9 +80,9 @@ services:
- ".:/vagrant"
# Mount your ~/.ssh folder into the container
# for Authenticating to Github
- "~/.ssh:/home/ubuntu/.ssh"
# For GPG Auth to Github
- "~/.gnupg:/home/ubuntu/.gnupg"
# - "~/.ssh:/home/ubuntu/.ssh"
# # For GPG Auth to Github
# - "~/.gnupg:/home/ubuntu/.gnupg"
# Add your .aws or .azure or .kube directories here
# - "$AZURE_CONFIG_DIR:/home/ubuntu/.azure"
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
Expand Down

0 comments on commit 4e8e4bf

Please sign in to comment.