Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qorus
prometheus
Commits
11b336e3
Commit
11b336e3
authored
Nov 16, 2018
by
Benji Visser
Committed by
Brian Brazil
Nov 16, 2018
Browse files
Migrate all Docker image references to Docker Hub (#4864)
Signed-off-by:
noqcks
<
benny@noqcks.io
>
parent
2f93fa62
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
11b336e3
...
...
@@ -46,11 +46,11 @@ Debian packages [are available](https://packages.debian.org/sid/net/prometheus).
### Docker images
Docker images are available on
[
Quay.io
](
https://quay.io/repository/prometheus/prometheus
)
.
Docker images are available on
[
Quay.io
](
https://quay.io/repository/prometheus/prometheus
)
or
[
Docker Hub
](
https://hub.docker.com/r/prom/prometheus/
)
.
You can launch a Prometheus container for trying it out with
$ docker run --name prometheus -d -p 127.0.0.1:9090:9090
quay.io/prometheus
/prometheus
$ docker run --name prometheus -d -p 127.0.0.1:9090:9090
prom
/prometheus
Prometheus will now be reachable at http://localhost:9090/.
...
...
docs/installation.md
View file @
11b336e3
...
...
@@ -18,12 +18,13 @@ the respective repository.
## Using Docker
All Prometheus services are available as Docker images under the
[
prom
](
https://hub.docker.com/u/prom/
)
organization.
All Prometheus services are available as Docker images on
[
Quay.io
](
https://quay.io/repository/prometheus/prometheus
)
or
[
Docker Hub[(https://hub.docker.com/u/prom/).
Running Prometheus on Docker is as simple as `docker run -p 9090:9090
prom/prometheus`
. This starts Prometheus with a sample
configuration and
exposes it on port 9090.
prom/prometheus`. This starts Prometheus with a sample
configuration and
exposes it on port 9090.
The Prometheus image uses a volume to store the actual metrics. For
production deployments it is highly recommended to use the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment