mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
4 lines
173 B
Bash
4 lines
173 B
Bash
![]() |
echo "Add missing docker config"
|
||
|
sudo mkdir -p /etc/docker
|
||
|
echo '{"log-driver":"json-file","log-opts":{"max-size":"10m","max-file":"5"}}' | sudo tee /etc/docker/daemon.json
|