Commit 249544c5 by Jessica Hawkwell

Moving Docker to more appropriate location

1 parent 1225581f
Pipeline #179 passed
in 38 seconds
# Docker Config # Docker
We use the `Docker` runner for [GitLab CI]. This means it is no longer necessary to configure the build server or We use the `Docker` runner for [GitLab CI]. This means it is no longer necessary to configure the build server or
install software required for your build. Simply declare a [Docker] image in your [.gitlab-ci.yml] file. install software required for your build. Simply declare a [Docker] image in your [.gitlab-ci.yml] file.
......
...@@ -35,11 +35,11 @@ ...@@ -35,11 +35,11 @@
<menu name="Documentation" ref="docs"> <menu name="Documentation" ref="docs">
<item name="Our Server" href="server-overall.html" /> <item name="Our Server" href="server-overall.html" />
<item name="Docker" href="docker.html" />
</menu> </menu>
<menu name="Configuration" ref="config"> <menu name="Configuration" ref="config">
<item name="Your Tools" href="your-tools.html" /> <item name="Your Tools" href="your-tools.html" />
<item name="GitLab" href="gitlab.html" /> <item name="GitLab" href="gitlab.html" />
<item name="Docker Config" href="docker-config.html" />
<item name="nginx" href="nginx.html"> <item name="nginx" href="nginx.html">
<item name="nginx GitLab" href="nginx-gitlab.html" /> <item name="nginx GitLab" href="nginx-gitlab.html" />
<item name="nginx GitLab Pages" href="nginx-gitlab-pages.html" /> <item name="nginx GitLab Pages" href="nginx-gitlab-pages.html" />
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!