README.md aktualisiert
This commit is contained in:
parent
baa81fec50
commit
80d00db791
12
README.md
12
README.md
|
@ -4,16 +4,16 @@ Prometheus docker Install
|
|||
|
||||
## Docker Schnellinstallation
|
||||
|
||||
<span>apt update && apt upgrade
|
||||
apt install curl</span>
|
||||
<code>apt update && apt upgrade
|
||||
apt install curl</code>
|
||||
|
||||
#Docker Installation
|
||||
<span>curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sh get-docker.sh</span>
|
||||
<code>curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sh get-docker.sh</code>
|
||||
|
||||
|
||||
<span>docker volume create prometheus-data
|
||||
docker volume create prometheus-conf</span>
|
||||
<code>docker volume create prometheus-data
|
||||
docker volume create prometheus-conf</code>
|
||||
|
||||
docker run \
|
||||
-p 9090:9090 \
|
||||
|
|
Loading…
Reference in New Issue