first commit

This commit is contained in:
Adolfo Delorenzo 2021-10-05 22:47:50 -06:00
commit 636ca549ae
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
portable portainer
======================
## Purpose
- Portable Portainer intro vid
Intended use is to demo docker orchestration
- Kubernetes
## Usage
### From your machine
```
docker run -d -p "8080:80" registry.oe74.net/portable-portainer
```
## Build
```
➜ ./build
```