README.md aktualisiert

This commit is contained in:
M_Viper 2024-02-15 14:32:37 +00:00
parent baa81fec50
commit 80d00db791
1 changed files with 6 additions and 6 deletions

View File

@ -4,16 +4,16 @@ Prometheus docker Install
## Docker Schnellinstallation ## Docker Schnellinstallation
<span>apt update && apt upgrade <code>apt update && apt upgrade
apt install curl</span> apt install curl</code>
#Docker Installation #Docker Installation
<span>curl -fsSL https://get.docker.com -o get-docker.sh <code>curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh</span> sh get-docker.sh</code>
<span>docker volume create prometheus-data <code>docker volume create prometheus-data
docker volume create prometheus-conf</span> docker volume create prometheus-conf</code>
docker run \ docker run \
-p 9090:9090 \ -p 9090:9090 \