2021-03-30 17:07:57 +00:00
|
|
|
portainer-microbot
|
2021-03-30 01:50:06 +00:00
|
|
|
======================
|
|
|
|
|
|
|
|
## Purpose
|
|
|
|
A 6.5MB Docker image running
|
|
|
|
- [Alpine Linux](https://github.com/gliderlabs/docker-alpine)
|
|
|
|
- [Nginx](http://nginx.org/)
|
|
|
|
- Microbot image/unique html content
|
|
|
|
|
|
|
|
Intended use is to demo docker orchestration
|
|
|
|
- Docker
|
|
|
|
- Mesos
|
|
|
|
- Marathon
|
|
|
|
- Kubernetes
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
### From your machine
|
|
|
|
```
|
2021-04-06 20:53:08 +00:00
|
|
|
docker run -d -p "8080:80" registry.oe74.net/portainer-microbot
|
2021-03-30 01:50:06 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Build
|
|
|
|
```
|
|
|
|
➜ ./build
|
|
|
|
```
|