Download and Run
Core Auto with Docker
Core Auto is available as a Docker image for a streamlined installation. 

Access our Docker repository and follow the instructions below to get started.
step
1
Access the Docker Repository
Visit our Docker Repository to download the latest Core Auto Docker image.
step
2
Install Docker (if not already installed)
Ensure Docker is installed on your system. 

If you haven't installed Docker yet, 

download it from the official Docker installation page.
step
3
Pull the Core Auto Docker Image
Open a terminal and run the following command to pull the Core Auto Docker image:
docker pull your-docker-repo/core-auto:latest
step
4
Run Core Auto in Docker
After downloading the image, start the Docker container with the following command:
docker run -d -p 8080:8080 your-docker-repo/core-auto
This command will run Core Auto on port 8080. 

You can change the port if needed by adjusting the `-p` flag.
step
5
Login to CoreAuto
Use the admin/adminCA as your credentials