{% include nav.wkshop.html %}
git versiondocker versiondocker-compose versionWe will explain these commands in more detail later. Please run each step to verify that your configuration is ready for the later exercises.
Linux or MacOS
docker run -it --rm ubuntu /bin/bashWindows
winpty docker run -it --rm ubuntu //bin/bashYou will see a different shell prompt in your terminal. Enter exit to exit the shell.
cd
cd DSpace-Docker-Images/docker-compose-files/dspace-compose
git pull
lsSeveral files should be present. If you do not see them, revisit the setup page.
docker-compose configThis will output a screenful of information. To simplify this output, run the following command.
docker-compose config | grep container_nameYou should see the following output
container_name: dspace
container_name: dspacedb
These are the default (DSpace 6 containers that will be started in Docker.)