"Docker run prometheus"의 두 판 사이의 차이

(새 문서: <syntaxhighlight lang='console'> $ docker run -d -p9090:9090 --name prom prom/prometheus Unable to find image 'prom/prometheus:latest' locally latest: Pulling from prom/prometheus e5...)
 
1번째 줄: 1번째 줄:
 
==개요==
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ docker run -d -p9090:9090 --name prom prom/prometheus
$ docker run -d -p9090:9090 --name prom prom/prometheus
26번째 줄: 26번째 줄:
893b63fcaea0  prom/prometheus  "/bin/prometheus --c…"  45 seconds ago  Up 44 seconds  0.0.0.0:9090->9090/tcp, :::9090->9090/tcp  prom
893b63fcaea0  prom/prometheus  "/bin/prometheus --c…"  45 seconds ago  Up 44 seconds  0.0.0.0:9090->9090/tcp, :::9090->9090/tcp  prom
</syntaxhighlight>
</syntaxhighlight>
==참고==
* https://hub.docker.com/r/prom/prometheus

2021년 4월 22일 (목) 17:00 판

1 개요

$ docker run -d -p9090:9090 --name prom prom/prometheus
Unable to find image 'prom/prometheus:latest' locally
latest: Pulling from prom/prometheus
e5d9363303dd: Pull complete
3430c2c42129: Pull complete
7631b5d56c90: Pull complete
343e06690c48: Pull complete
dc32e90574e9: Pull complete
a6d5d01cd646: Pull complete
832428480103: Pull complete
83e775ff1768: Pull complete
1ec97f567836: Pull complete
0cdf5b797911: Pull complete
eb7d1f2acc9f: Pull complete
541ffe559bd5: Pull complete
Digest: sha256:38d40a760569b1c5aec4a36e8a7f11e86299e9191b9233672a5d41296d8fa74e
Status: Downloaded newer image for prom/prometheus:latest
893b63fcaea0290dc2974bcfb5e1283ee0a8f9d501610f226513f532c69a4d61
$ docker ps -a
CONTAINER ID   IMAGE             COMMAND                  CREATED          STATUS          PORTS                                       NAMES
893b63fcaea0   prom/prometheus   "/bin/prometheus --c…"   45 seconds ago   Up 44 seconds   0.0.0.0:9090->9090/tcp, :::9090->9090/tcp   prom

2 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}