Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HIFIS
software.hifis.net
Commits
580068e7
Commit
580068e7
authored
Sep 23, 2020
by
Frere, Jonathan (FWCC) - 142176
Committed by
Frere, Jonathan (FWCC) - 142176
Sep 25, 2020
Browse files
Reference other blog posts correctly
parent
ec2886b2
Pipeline
#42967
passed with stages
in 4 minutes and 33 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
_posts/2020/09/2020-09-23-getting-started-with-docker-1.md
View file @
580068e7
...
...
@@ -25,7 +25,7 @@ excerpt: >
> Quick links:
>
> - Part 1 (Getting Started with Docker) ← You are here!
> - [Part 2 (A Dockerfile Walkthrough)]({% post_url 2020/0
8
/2020-09-25-getting-started-with-docker-2 %})
> - [Part 2 (A Dockerfile Walkthrough)]({% post_url 2020/0
9
/2020-09-25-getting-started-with-docker-2 %})
> - Part 3 (Using Docker in Practical Situations) (Coming Soon!)
> {% comment %}[Part 3 (Using Docker in Practical Situations)]({% post_url 2020/08/2020-08-25-getting-started-with-docker-3 %}){% endcomment %}
...
...
@@ -275,7 +275,7 @@ by going line-by-line through an example Dockerfile.
By creating an image in this way, we can clearly define the instructions needed to setup, install, and run our code,
making our development process much more reproducible.
View part two
[
here
](
{%
post_url 2020/0
8
/2020-09-25-getting-started-with-docker-2 %}).
View part two
[
here
](
{%
post_url 2020/0
9
/2020-09-25-getting-started-with-docker-2 %}).
<!-- doing spacing with html is fun... -->
<br
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment