diff --git a/contribute_container.md b/contribute_container.md index 3c4a0897b02352883b6fa645953ba4d22058dce0..0514fdee45780dd281ddc207431ebfff5fcbd59d 100644 --- a/contribute_container.md +++ b/contribute_container.md @@ -1,10 +1,17 @@ -# Contributing using Docker Containers +# Contributing Using Local Docker Container ## Prerequisites Assuming you have: * A system with running Docker installation * All necessary access/execution rights -* A gitlab clone + +## Fork an Clone Repository +All contributing starts with forking the repository to either [gitlab.hrz.tu-chemnitz.de](https://gitlab.hrz.tu-chemnitz.de) or any other git service, e.g., [gitlab.com](https://www.gitlab.com), [github.com](https://www.github.com) or your personal preference. Now, create a local clone of your fork with one of these two ways: + ```Shell Session + ~ git clone git@gitlab.hrz.tu-chemnitz.de:LOGIN/hpc-compendium.git + + ~ git clone https://gitlab.hrz.tu-chemnitz.de/LOGIN/hpc-compendium.git + ``` ## Start the Docker Containers