We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0174f97 commit e0b0d48Copy full SHA for e0b0d48
1 file changed
README.md
@@ -1,2 +1,8 @@
1
# setup_docker_environment
2
-Creates Aliase and setup the paths for a Ubuntu docker environment
+This script creates an Docker environment for you to test Programms with valgrind.
3
+
4
+1. Make sure to install Docker from the Managed Software Centre and run Docker.
5
+2. Clone this Repo <code> git clone https://github.com/Alphacharge/setup_docker_environment.git</code>
6
+3. Join the Folder<code>cd setup_docker_environment</code>
7
+4. Make sure the setup sh is executable. <code> chmod 755 setup_docker_env.sh</code>
8
+5. Run the Setup <code>./setup_docker_env.sh</code>
0 commit comments