{% include nav.html %}
https://docs.docker.com/docker-for-windows/install/
This shell most closely mirrors the user experience for MacOS and Linux users
Run the following command to verify your install
git version
- When running a DSpace command that requires terminal interaction, prefix your docker command with
winpty
- When referencing a the root directory of a docker container, use
//
instead of/
.- Example use
//dspace/bin/dspace
for/dspace/bin/dspace
- Example use
winpty 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.