Skip to content

Commit

Permalink
vault backup: 2024-06-15 15:37:46
Browse files Browse the repository at this point in the history
Affected files:
content/.obsidian/plugins/recent-files-obsidian/data.json
content/.obsidian/workspace.json
content/docker/Docker Lifecycle.md
  • Loading branch information
windsuzu committed Jun 15, 2024
1 parent 337a8fd commit e9aa70a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 22 deletions.
24 changes: 12 additions & 12 deletions content/.obsidian/plugins/recent-files-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"recentFiles": [
{
"basename": "Docker Lifecycle",
"path": "docker/Docker Lifecycle.md"
},
{
"basename": "Docker Image",
"path": "docker/Docker Image.md"
},
{
"basename": "Docker IT flags",
"path": "docker/Docker IT flags.md"
},
{
"basename": "Docker CLI Commands",
"path": "docker/Docker CLI Commands.md"
Expand All @@ -12,14 +24,6 @@
"basename": "Install Docker on Windows WSL 2",
"path": "docker/Install Docker on Windows WSL 2.md"
},
{
"basename": "Docker IT flags",
"path": "docker/Docker IT flags.md"
},
{
"basename": "Docker Image",
"path": "docker/Docker Image.md"
},
{
"basename": "Docker Container",
"path": "docker/Docker Container.md"
Expand Down Expand Up @@ -195,10 +199,6 @@
{
"basename": "PostgreSQL Delete",
"path": "postgresql/PostgreSQL Delete.md"
},
{
"basename": "PostgreSQL Conflict",
"path": "postgresql/PostgreSQL Conflict.md"
}
],
"omittedPaths": [],
Expand Down
20 changes: 10 additions & 10 deletions content/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "docker/Docker CLI Commands.md",
"file": "docker/Docker Lifecycle.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -126,7 +126,7 @@
"state": {
"type": "localgraph",
"state": {
"file": "docker/Docker CLI Commands.md",
"file": "docker/Docker Lifecycle.md",
"options": {
"collapse-filter": true,
"search": "",
Expand Down Expand Up @@ -176,7 +176,7 @@
"state": {
"type": "outline",
"state": {
"file": "docker/Docker CLI Commands.md"
"file": "docker/Docker Lifecycle.md"
}
}
},
Expand Down Expand Up @@ -217,7 +217,7 @@
"state": {
"type": "file-properties",
"state": {
"file": "docker/Docker CLI Commands.md"
"file": "docker/Docker Lifecycle.md"
}
}
}
Expand All @@ -234,7 +234,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "docker/Docker CLI Commands.md",
"file": "docker/Docker Lifecycle.md",
"linksCollapsed": false,
"unlinkedCollapsed": false
}
Expand All @@ -253,7 +253,7 @@
"state": {
"type": "backlink",
"state": {
"file": "docker/Docker CLI Commands.md",
"file": "docker/Docker Lifecycle.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand Down Expand Up @@ -285,12 +285,13 @@
},
"active": "94dafe9c731fce38",
"lastOpenFiles": [
"docker/Docker Image.md",
"docker/Docker IT flags.md",
"docker/Docker Lifecycle.md",
"docker/Docker CLI Commands.md",
"docker/Docker.md",
"docker/Install Docker on Windows WSL 2.md",
"docker/Docker IT flags.md",
"docker/Docker Image.md",
"docker/Docker Container.md",
"docker/Docker CLI Commands.md",
"attachments/docker-image.png",
"attachments/docker-container.png",
"attachments/how-docker-works.png",
Expand Down Expand Up @@ -323,7 +324,6 @@
"javascript/Imperative and Declarative Programming.md",
"react/Controlled Components.md",
"mocs/Web-Dev MOC.md",
"mocs/Dev Environment MOC.md",
"attachments/event-capturing-and-bubbling.png",
"attachments/Pasted image 20240524152334.png",
"prettier",
Expand Down
14 changes: 14 additions & 0 deletions content/docker/Docker Lifecycle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
draft: false
date: 2024-06-15 15:07
tags:
- docker
---






> [!info] References
> - [Docker and Kubernetes: The Complete Guide](https://www.udemy.com/course/docker-and-kubernetes-the-complete-guide)

0 comments on commit e9aa70a

Please sign in to comment.