Ensure that your Mac is running macOS 12.5 or a newer version. To check your macOS version, click the Apple icon in the upper left corner of the screen and select “About This Mac.” Update to the latest version if necessary.
Download Docker Engine for Apple Silicon: Visit the following link and download the Docker Engine for Apple Silicon.
Note: If you have an Intel processor, select the version for Intel chips. Alternatively, you can choose the Docker Engine for Windows if you are using a Windows system.
Open the Docker Installer: Open Finder on your Mac and go to the “Downloads” directory. Double click on the Docker.dmg file to open it.
Install Docker: Drag Docker.dmg to the “Applications” directory.
Verify Installation: Open the “Applications” directory from your dock and open Docker to see whether it is installed correctly. If installed correctly, you should see the Docker window with no containers in it. If you have an Intel-based Mac skip the next two steps.
If you have an Intel-based Mac, skip the next two steps.
Enable Virtualization Framework: Click on the settings icon in the top right corner (the cogwheel icon), select General, and ensure that the “Use Virtualization Framework” box is checked.
Enable Rosetta for Emulation: Select the Features in the Development option from the settings list. Check the “Use Rosetta for x86/amd64 Emulation on Apple Silicon” option. > Make sure to click the apply and restart button at the bottom right corner of the screen.
You may need a code editor, such as Visual Studio Code (VS Code).
Download VS Code: Go to the Visual Studio Code website. Download the installer for your operating system.
Install VS Code: Follow the installation instructions for your operating system.
Download the webcloudsetting.sh Script: Download the webcloudsetting.sh script from the provided link.
Open Terminal: Open a Terminal on your Mac.
Move to the Script Directory: Navigate to the directory that contains the webcloudsetting.sh script.
Run the Script: Type the following command to see what options you can use when running Docker:
bash webcloudsetting.shYou are set up to use all codes for this unit