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. Docker must be installed and configured on the host computer before deploying Dermi Atlas Professional. Dermi Atlas Professional requires Docker 28.0.0 or later.
.dmg file and drag Docker to the Applications folder.Example for Ubuntu 22.04+ or Debian 12+; any Linux distribution with Docker Engine 28.0.0 or later is supported.
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 $USERThe actual deployment of Dermi Atlas Professional, including requirement validation, is driven by Dermi Atlas Manager. The resource guidance below is optional. On Docker Desktop, ensure at least 4GB of memory and roughly 20GB of free disk are available to the Docker VM (Settings => Resources). Docker Engine on Linux uses host resources directly and needs no equivalent setting.
Higher memory allocation benefits features such as automatic image alignment, which performs memory-intensive processing within the Docker environment.
Open a terminal or command prompt and run:
docker --versionVersion information should be displayed. Confirm the reported version is 28.0.0 or higher. Run docker run hello-world to test that containers can launch successfully.
After Docker is installed, install Installing Dermi Atlas Manager, then follow Deploying Dermi Atlas Professional. Dermi Atlas Manager performs the deployment and validates these requirements.
Your feedback helps us improve our documentation
Contact our support team for personalized help