Main Webdav directory : /data/data/ <projects> /
SSH Terminal/Putty : ssh -l docker 10.17.0.10
ssh-keygen -t rsa -b 4096
vi ~/.ssh/authorized_keys <-- add public key here
Host 10.17.0.1
HostName 10.17.0.1
User docker
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519
00 11 * * 0 root journalctl --vacuum-size=100M
30 11 * * * root docker system prune -f --all
1. Login to virtual machine using putty
2. sudo su (Need root access)
3. Run this command in the root shell
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
4. Check that the number matches 524288
cat /proc/sys/fs/inotify/max_user_watches