Skip to content

Build Docker Image from Source

Veronica Valeros edited this page Aug 2, 2023 · 1 revision

Clone the AIP Repository

Start by cloning the AIP repository from GitHub using the following command:

git clone https://github.com/stratosphereips/AIP.git

Access the AIP Directory

Once the repository is cloned, navigate to the AIP directory with the command:

cd AIP

Build the Docker Image

Finally, build the Docker image. Please ensure that the User ID (UID) used has the necessary permissions to write on the mapped folders. The building process may take approximately 3 minutes and the resulting image size at this moment is around 2GB.

Use the following command to build the Docker image:

docker build --build-arg uid=1000 --file etc/docker/Dockerfile --tag aip:latest .