{% include nav.html %}
Instructions will vary based on your Linux distribution. These instructions have not been tested. Please report your results with these instructions.
sudo yum install git
sudo apt-get install git
sudo dnf install git
- CentOS
- Debian
- Ubuntu
- Fedora
- Note: current docker-compose file are not compatible with selinux. Consider disabling selinux for testing.
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