Some small changes
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
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

@ -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