Install and configure Docker Desktop or Docker Engine to run Dermi Atlas Professional. Includes setup instructions for Windows, macOS, and Linux with resource allocation guidance.
Dermi Atlas Professional runs inside Docker containers. This architecture improves security, simplifies updates, and ensures consistent operation. You must install and configure Docker on your host computer before deploying Dermi Atlas Professional.
.dmg file and drag Docker to the Applications folder.For Ubuntu 22.04 and later (Debian 12+ also supported):
Your feedback helps us improve our documentation
Contact our support team for personalized help
sudo apt-get update
sudo apt-get install ca-certificates curl gnupgsudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-pluginsudo usermod -aG docker $USERAfter installing, you must configure resource allocation to ensure Dermi Atlas Professional performs correctly.
Open a terminal or command prompt and run:
docker --versionYou should see version information displayed. Run docker run hello-world to test that containers can launch successfully.