-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from teresalves/test-2
feat: add changelog for docker changes
- Loading branch information
Showing
18 changed files
with
2,545 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
docker pull &lt;image&gt;: Downloads a Docker image from a registry.
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.