Baota Docker Source Acceleration
Categories:
In Baota 8.2 and earlier, enabling Docker source acceleration is ineffective, and manually editing the configuration on the UI does not work.
This is because the Docker configuration file resides at /etc/docker/daemon.json
. Both the directory and the file do not exist by default, so any direct edits will not be persisted.
Simply run mkdir /etc/docker
first, then set the acceleration options in the UI to make the changes effective.