هل ترغب في معرفة كيفية تنفيذ تكوين وكيل دوكر الصادرة؟ في هذا البرنامج التعليمي، ونحن نذهب لتكوين خادم دوكر وراء وكيل للوصول إلى الإنترنت وتحميل الصور دوكر باستخدام HTTP_PROXY والمتغيرات HTTPS_PROXY.
دوكر البرنامج التعليمي ذات الصلة:
في هذه الصفحة، ونحن نقدم الوصول السريع إلى قائمة من الدروس المتعلقة دوكر.
Tutorial Docker – Proxy Configuration
Create the required Docker folder named docker.service.d.
Create the required Docker file named proxy.conf.
Edit the Proxy configuration file from the Docker service.
If your proxy requires authentication, add the the following configuration to the Proxy file.
In our example, we set the proxy server 192.168.10.1 using the 3128 port.
In our example, we authenticate the Docker proxy access using the username bruno and the password kamisama123.
If your proxy does not require authentication, use the following proxy configuration instead.
In our example, we set the proxy server 192.168.10.1 using the 3128 port.
Reload systemd manager configuration.
Restart the Docker service.
Congratulations! You have finished the Docker proxy configuration.
Testing Docker – Download Image Using Proxy
Before adding the Docker proxy configuration, you are not able to pull a docker image.
After adding the Docker proxy configuration, you are able to pull a docker image.
You have finished the download of a Docker image using a proxy server.