{% include nav.html %}
https://docs.docker.com/docker-for-mac/install/
Open terminal (in Applications/Utilities)
In your terminal, type the following command. If git is not yet installed, you will be prompted to install developer tools. Proceed with the installation.
git version
docker run -it --rm ubuntu /bin/bash
Enter echo hello
then enter exit
root@653eeaeb274b:/# echo hello
hello
root@653eeaeb274b:/# exit
exit
cd
git clone https://github.com/DSpace-Labs/DSpace-Docker-Images.git
cd DSpace-Docker-Images/docker-compose-files/dspace-compose
docker-compose version
Check your download of DSpace Compose Files
docker-compose config | grep container_name
Note: DSpace Docker requires a minimum of 5-6G of RAM allocated to Docker in order to run.
Run the following command to verify your memory allocation for Docker.
docker info | grep Memory
If less that 5G has been allocated to Docker, you can configure memory for Docker.