Some small changes
continuous-integration/drone the build was successful Details

master
Jef Roosens 2021-05-17 12:39:02 +02:00
parent 9e22b69ecb
commit 4eb4ec634f
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
2 changed files with 5 additions and 1 deletions

View File

@ -48,5 +48,7 @@ params:
custom:
- title: "Projects"
url: "https://git.roosens.me/Chewing_Bever"
- title: "Source"
url: "https://git.roosens.me/Chewing_Bever/bever-dam"
- title: "About"
url: "/about"

View File

@ -1,9 +1,11 @@
---
title: "Encrypting a Docker API for Remote Access Using Portainer"
date: "2021-05-17"
categories: [ 'Linux', 'Docker' ]
tags: [ 'docker', 'linux', 'servers', 'security' ]
---
tl;dr [This script](/scripts/docker-tcp.sh) has everything you need, just run
**TL;DR**: [This script](/scripts/docker-tcp.sh) has everything you need, just run
`./docker-tcp.sh -h` (after making it executable) for any help.
## Introduction