diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-06-26 13:39:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 13:39:32 +0200 |
commit | 2febfd60716f59290748cb8be6d36075f454eba3 (patch) | |
tree | a7afb3b08218e910294c61b8a700d5ba50b844f1 /docs | |
parent | 0d9b611f22634eef6b3cd7d34f193d5372a3513f (diff) | |
download | NorthstarWiki-2febfd60716f59290748cb8be6d36075f454eba3.tar.gz NorthstarWiki-2febfd60716f59290748cb8be6d36075f454eba3.zip |
Fix broken link to Docker GitHub repo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hosting-a-server-with-northstar/guides/pg9182-docker-installation-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hosting-a-server-with-northstar/guides/pg9182-docker-installation-guide.md b/docs/hosting-a-server-with-northstar/guides/pg9182-docker-installation-guide.md index 8d5cf62..6c33b8d 100644 --- a/docs/hosting-a-server-with-northstar/guides/pg9182-docker-installation-guide.md +++ b/docs/hosting-a-server-with-northstar/guides/pg9182-docker-installation-guide.md @@ -2,12 +2,12 @@ description: >- pg9182 has provided a complete docker image to run on Linux servers. This provides some server management tools and offers better performance. No - physical GPU is needed. His github page can be found [ + physical GPU is needed. --- # Docker Install -The aim of this guide is to show the steps to build a docker-compose container that starts on boot and to show basic configuration +The aim of this guide is to show the steps to build a docker-compose container that starts on boot and to show basic configuration. Docker image can be found in this GitHub repo: [https://github.com/pg9182/northstar-dedicated](https://github.com/pg9182/northstar-dedicated) ### Prerequisites |