-
Notifications
You must be signed in to change notification settings - Fork 9
Build Docker Image from Source
Veronica Valeros edited this page Aug 2, 2023
·
1 revision
Start by cloning the AIP repository from GitHub using the following command:
git clone https://github.com/stratosphereips/AIP.git
Once the repository is cloned, navigate to the AIP directory with the command:
cd AIP
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 .
Home | Build Docker | Run AIP