You've already forked docker-erlang-example
mirror of
https://github.com/erlang/docker-erlang-example.git
synced 2025-08-07 06:42:52 +03:00
Refactoring: Add separate folder for advanced examples with readme
This commit is contained in:
12
README.md
12
README.md
@@ -1,9 +1,17 @@
|
|||||||
## Using Alpine Linux
|
# About
|
||||||
|
|
||||||
|
This file contains a step-by-step guide that demonstrates how one can
|
||||||
|
create a compact docker image containing a small service written in
|
||||||
|
Erlang. More complex docker examples can be found in the
|
||||||
|
[advanced_examples](advanced_examples) folder.
|
||||||
|
|
||||||
|
|
||||||
|
## Create a Docker Image Using Alpine Linux
|
||||||
|
|
||||||
In this example we create a docker image containing a small Erlang
|
In this example we create a docker image containing a small Erlang
|
||||||
application.
|
application.
|
||||||
|
|
||||||
For more complex examples, a number of links can be found [here](http://github.com/erlang/docker-erlang-example/tree/minikube-simple/).
|
|
||||||
|
|
||||||
We use the following Dockerfile, containing two build stages:
|
We use the following Dockerfile, containing two build stages:
|
||||||
|
|
||||||
|
7
advanced_examples/README.md
Normal file
7
advanced_examples/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Examples
|
||||||
|
|
||||||
|
* [Using Docker](http://github.com/erlang/docker-erlang-example/)
|
||||||
|
* [Using Docker: Logstash](http://github.com/erlang/docker-erlang-example/tree/logstash)
|
||||||
|
* [Using Docker Compose: Logstash/ElasticSearch/Kibana](http://github.com/erlang/docker-erlang-example/tree/elk)
|
||||||
|
* [Using Minikube: Simple](http://github.com/erlang/docker-erlang-example/tree/minikube-simple)
|
||||||
|
* [Using Minikube: Prometheus/Grafana](http://github.com/erlang/docker-erlang-example/tree/minikube-prom-graf)
|
Reference in New Issue
Block a user