Skip to content

Commit

Permalink
Merge pull request #3 from teresalves/test-2
Browse files Browse the repository at this point in the history
feat: add changelog for docker changes
  • Loading branch information
teresalves authored Aug 23, 2024
2 parents 7b9e820 + 0d43399 commit f96b9af
Show file tree
Hide file tree
Showing 18 changed files with 2,545 additions and 16 deletions.
22 changes: 22 additions & 0 deletions content/changelog/adding-docker/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "feat: add basic docker commands"
description: "Adding a baseline for docker usage"
summary: "Adding a baseline for docker usage"
date: 2024-08-23T16:27:22+02:00
lastmod: 2023-09-07T16:27:22+02:00
draft: false
weight: 39999
categories: []
tags: []
contributors: []
pinned: false
homepage: false
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---


Added the first few commands for using docker, and left some room to explain Dockerfiles and docker compose.
2 changes: 1 addition & 1 deletion content/changelog/initial-setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ summary: "Just a first post, an unofficial launch"
date: 2024-08-20T16:27:22+02:00
lastmod: 2023-09-07T16:27:22+02:00
draft: false
weight: 100
weight: 40000
categories: []
tags: []
contributors: []
Expand Down
353 changes: 353 additions & 0 deletions public/changelog/adding-docker/index.html

Large diffs are not rendered by default.

494 changes: 494 additions & 0 deletions public/docs/docker/basic-commands/index.html

Large diffs are not rendered by default.

480 changes: 480 additions & 0 deletions public/docs/docker/docker-compose/index.html

Large diffs are not rendered by default.

395 changes: 395 additions & 0 deletions public/docs/docker/index.html

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions public/docs/docker/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Docker on Teresa Alves</title>
<link>http://localhost:1313/docs/docker/</link>
<description>Recent content in Docker on Teresa Alves</description>
<generator>Hugo</generator>
<language>en</language>
<copyright>Copyright (c) 2020-2024 Hyas</copyright>
<lastBuildDate>Thu, 07 Sep 2023 16:04:48 +0200</lastBuildDate>
<atom:link href="http://localhost:1313/docs/docker/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Basic Commands</title>
<link>http://localhost:1313/docs/docker/basic-commands/</link>
<pubDate>Thu, 07 Sep 2023 16:04:48 +0200</pubDate>
<guid>http://localhost:1313/docs/docker/basic-commands/</guid>
<description>docker --version: Displays the installed version of Docker.&#xA;docker pull &amp;lt;image&amp;gt;: Downloads a Docker image from a registry.&#xA;docker images: Lists all the Docker images on the local system.</description>
</item>
<item>
<title>What is a Dockerfile</title>
<link>http://localhost:1313/docs/docker/what-is-a-dockerfile/</link>
<pubDate>Thu, 07 Sep 2023 16:04:48 +0200</pubDate>
<guid>http://localhost:1313/docs/docker/what-is-a-dockerfile/</guid>
<description>WIP</description>
</item>
<item>
<title>Docker Compose</title>
<link>http://localhost:1313/docs/docker/docker-compose/</link>
<pubDate>Thu, 07 Sep 2023 16:04:48 +0200</pubDate>
<guid>http://localhost:1313/docs/docker/docker-compose/</guid>
<description>WIP</description>
</item>
</channel>
</rss>
24 changes: 24 additions & 0 deletions public/docs/docker/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">

<url>
<loc>http://localhost:1313/docs/docker/basic-commands/</loc>
<lastmod>2023-09-07T16:04:48+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>

<url>
<loc>http://localhost:1313/docs/docker/what-is-a-dockerfile/</loc>
<lastmod>2023-09-07T16:04:48+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>

<url>
<loc>http://localhost:1313/docs/docker/docker-compose/</loc>
<lastmod>2023-09-07T16:04:48+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset>
480 changes: 480 additions & 0 deletions public/docs/docker/what-is-a-dockerfile/index.html

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions public/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,26 @@ <h5 class="offcanvas-title" id="offcanvasNavSectionLabel">Docs</h5>
</details>
</li>

<li>
<details open>
<summary>Docker</summary>
<ul class="list-unstyled list-nested">

<li>
<a href="/docs/docker/basic-commands/">Basic Commands</a>
</li>

<li>
<a href="/docs/docker/what-is-a-dockerfile/">What is a Dockerfile</a>
</li>

<li>
<a href="/docs/docker/docker-compose/">Docker Compose</a>
</li>
</ul>
</details>
</li>

<li>
<details open>
<summary>Kubernetes</summary>
Expand Down Expand Up @@ -289,6 +309,14 @@ <h1 class="text-center">Docs</h1>



<div class="card my-3">
<div class="card-body">
<a class="stretched-link" href="/docs/docker/basic-commands/">Basic Commands &rarr;</a>
</div>
</div>



<div class="card my-3">
<div class="card-body">
<a class="stretched-link" href="/docs/kubernetes/basic-commands/">Basic Commands &rarr;</a>
Expand All @@ -297,13 +325,29 @@ <h1 class="text-center">Docs</h1>



<div class="card my-3">
<div class="card-body">
<a class="stretched-link" href="/docs/docker/docker-compose/">Docker Compose &rarr;</a>
</div>
</div>



<div class="card my-3">
<div class="card-body">
<a class="stretched-link" href="/docs/introduction/overview/">Overview &rarr;</a>
</div>
</div>



<div class="card my-3">
<div class="card-body">
<a class="stretched-link" href="/docs/docker/what-is-a-dockerfile/">What Is a Dockerfile &rarr;</a>
</div>
</div>


</div>
</article>
</div>
Expand Down
26 changes: 26 additions & 0 deletions public/docs/introduction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,26 @@ <h5 class="offcanvas-title" id="offcanvasNavSectionLabel">Docs</h5>
</details>
</li>

<li>
<details open>
<summary>Docker</summary>
<ul class="list-unstyled list-nested">

<li>
<a href="/docs/docker/basic-commands/">Basic Commands</a>
</li>

<li>
<a href="/docs/docker/what-is-a-dockerfile/">What is a Dockerfile</a>
</li>

<li>
<a href="/docs/docker/docker-compose/">Docker Compose</a>
</li>
</ul>
</details>
</li>

<li>
<details open>
<summary>Kubernetes</summary>
Expand Down Expand Up @@ -298,13 +318,19 @@ <h1 class="text-center">Introduction</h1>







<div class="card my-3">
<div class="card-body">
<a class="stretched-link" href="/docs/introduction/overview/">Overview &rarr;</a>
</div>
</div>




</div>
</article>
</div>
Expand Down
42 changes: 41 additions & 1 deletion public/docs/introduction/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,26 @@ <h5 class="offcanvas-title" id="offcanvasNavSectionLabel">Docs</h5>
</details>
</li>

<li>
<details open>
<summary>Docker</summary>
<ul class="list-unstyled list-nested">

<li>
<a href="/docs/docker/basic-commands/">Basic Commands</a>
</li>

<li>
<a href="/docs/docker/what-is-a-dockerfile/">What is a Dockerfile</a>
</li>

<li>
<a href="/docs/docker/docker-compose/">Docker Compose</a>
</li>
</ul>
</details>
</li>

<li>
<details open>
<summary>Kubernetes</summary>
Expand Down Expand Up @@ -316,6 +336,26 @@ <h2 class="h5 title title-submitted mb-0"><a class="stretched-link text-decorati
</details>
</li>

<li>
<details open>
<summary>Docker</summary>
<ul class="list-unstyled list-nested">

<li>
<a href="/docs/docker/basic-commands/">Basic Commands</a>
</li>

<li>
<a href="/docs/docker/what-is-a-dockerfile/">What is a Dockerfile</a>
</li>

<li>
<a href="/docs/docker/docker-compose/">Docker Compose</a>
</li>
</ul>
</details>
</li>

<li>
<details open>
<summary>Kubernetes</summary>
Expand Down Expand Up @@ -359,7 +399,7 @@ <h1>Overview</h1>
<div class="card-body d-flex justify-content-end">
<div class="d-flex flex-column">
<div class="text-body-secondary">Next</div>
<a href="/docs/kubernetes/basic-commands/" class="stretched-link text-reset text-decoration-none">Kubernetes</a>
<a href="/docs/docker/basic-commands/" class="stretched-link text-reset text-decoration-none">Docker</a>
</div>
<div class="d-flex flex-column justify-content-center">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right" width="20" height="20" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
Expand Down
42 changes: 41 additions & 1 deletion public/docs/kubernetes/basic-commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,26 @@ <h5 class="offcanvas-title" id="offcanvasNavSectionLabel">Docs</h5>
</details>
</li>

<li>
<details open>
<summary>Docker</summary>
<ul class="list-unstyled list-nested">

<li>
<a href="/docs/docker/basic-commands/">Basic Commands</a>
</li>

<li>
<a href="/docs/docker/what-is-a-dockerfile/">What is a Dockerfile</a>
</li>

<li>
<a href="/docs/docker/docker-compose/">Docker Compose</a>
</li>
</ul>
</details>
</li>

<li>
<details open open>
<summary>Kubernetes</summary>
Expand Down Expand Up @@ -316,6 +336,26 @@ <h2 class="h5 title title-submitted mb-0"><a class="stretched-link text-decorati
</details>
</li>

<li>
<details open>
<summary>Docker</summary>
<ul class="list-unstyled list-nested">

<li>
<a href="/docs/docker/basic-commands/">Basic Commands</a>
</li>

<li>
<a href="/docs/docker/what-is-a-dockerfile/">What is a Dockerfile</a>
</li>

<li>
<a href="/docs/docker/docker-compose/">Docker Compose</a>
</li>
</ul>
</details>
</li>

<li>
<details open open>
<summary>Kubernetes</summary>
Expand Down Expand Up @@ -442,7 +482,7 @@ <h2 id="requesting-without-an-ingress">Requesting without an ingress<a href="#re
</div>
<div class="d-flex flex-column">
<div class="text-body-secondary">Prev</div>
<a href="/docs/introduction/overview/" class="stretched-link text-reset text-decoration-none">Introduction - Overview</a>
<a href="/docs/docker/docker-compose/" class="stretched-link text-reset text-decoration-none">Docker - Docker Compose</a>
</div>
</div>
</div>
Expand Down
26 changes: 26 additions & 0 deletions public/docs/kubernetes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,26 @@ <h5 class="offcanvas-title" id="offcanvasNavSectionLabel">Docs</h5>
</details>
</li>

<li>
<details open>
<summary>Docker</summary>
<ul class="list-unstyled list-nested">

<li>
<a href="/docs/docker/basic-commands/">Basic Commands</a>
</li>

<li>
<a href="/docs/docker/what-is-a-dockerfile/">What is a Dockerfile</a>
</li>

<li>
<a href="/docs/docker/docker-compose/">Docker Compose</a>
</li>
</ul>
</details>
</li>

<li class="active" >
<details open open>
<summary>Kubernetes</summary>
Expand Down Expand Up @@ -296,6 +316,8 @@ <h1 class="text-center">Kubernetes</h1>





<div class="card my-3">
<div class="card-body">
<a class="stretched-link" href="/docs/kubernetes/basic-commands/">Basic Commands &rarr;</a>
Expand All @@ -305,6 +327,10 @@ <h1 class="text-center">Kubernetes</h1>







</div>
</article>
</div>
Expand Down
Loading

0 comments on commit f96b9af

Please sign in to comment.