This commit is contained in:
parent
9e22b69ecb
commit
4eb4ec634f
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue