Skip to content

Commit 168ec62

Browse files
authored
Merge pull request #20 from nemanjam/feat/ssh-tunnel-docker-article
Ssh tunnel Docker article
2 parents 80f2126 + 86135b2 commit 168ec62

File tree

13 files changed

+575
-0
lines changed

13 files changed

+575
-0
lines changed

src/constants/collections.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const TAGS = [
2222
'css',
2323
'python',
2424
'devops',
25+
'docker',
2526
'self-hosting',
2627
] as const;
2728

src/content/post/2022/02-16-example-article-1/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
- python
1313
category: tutorials
1414
toc: true
15+
draft: true
1516
---
1617

1718
import { Icon } from 'astro-icon/components';

src/content/post/2022/03-17-example-article-2/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
- astro
1313
category: video
1414
toc: true
15+
draft: true
1516
---
1617

1718
import { Icon } from 'astro-icon/components';

src/content/post/2023/01-19-example-article-3/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tags:
1313
- python
1414
category: news
1515
toc: true
16+
draft: true
1617
---
1718

1819
import { Icon } from 'astro-icon/components';

src/content/post/2024/01-20-example-article-4/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tags:
1414
- astro
1515
category: tools
1616
toc: true
17+
draft: true
1718
---
1819

1920
import { Icon } from 'astro-icon/components';
41.6 KB
Loading
67.1 KB
Loading
Binary file not shown.

src/content/post/2025/04-20-ssh-tunnel-docker/_resources/ssh-tunnel-architecture-16-9.drawio.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)