Skip to content

Instantly share code, notes, and snippets.

@abhinavdhasmana
Created February 9, 2021 05:00
Show Gist options
  • Save abhinavdhasmana/6dfd00a402ddf9c879414f085cfadd9c to your computer and use it in GitHub Desktop.
Save abhinavdhasmana/6dfd00a402ddf9c879414f085cfadd9c to your computer and use it in GitHub Desktop.
start prometheus
docker run \
--name=prometheus \
--network host \
--restart always \
-v /home/ubuntu/prometheus:/etc/prometheus \
prom/prometheus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment