20 lines
278 B
Markdown
20 lines
278 B
Markdown
|
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
|
||
|
```
|