-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docker cache scripts #161
Conversation
done | ||
|
||
# Stop docker and prevent it from starting again | ||
systemctl mask docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL mask
chmod 700 -R /var/lib/docker/image | ||
|
||
# Look for disk cache partitions, with priority to vwb caches | ||
# shellcheck disable=SC2016 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but the other one overwrite vwb docker cache?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added additional comments - the attach script ignores anything that already exists, so earlier has greater priority
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!!
prepare-devcontainer-cache.sh
prepares the devcontainer to be saved as a disk imageattach-docker-cache.sh
scans for any newly attached docker cache disks and mounts them and integrates them with the docker root directory.BENCH-5651