Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to setup promethus on docker

$ sudo useradd -rs /bin/false prometheus
Comment

how to setup promethus on docker

docker run -d -p 9090:9090 --user 996:996  
--net=host 
-v /etc/prometheus/prometheus.yml  
-v /data/prometheus  
prom/prometheus  
--config.file="/etc/prometheus/prometheus.yml"  
--storage.tsdb.path="/data/prometheus"
Comment

PREVIOUS NEXT
Code Example
Shell :: how to calculate duration of time in shell script 
Shell :: format of functions in bash shell script 
Shell :: ubuntu increase volume 
Shell :: how to open a iso file in linux 
Shell :: sublime merge editor git 
Shell :: activar htaccess en apache 
Shell :: Swift REST Api Call 
Shell :: bash float 
Shell :: Install DatadogRum 
Shell :: wget typo3 8 
Shell :: change file creation metadata 
Shell :: container registry permissions gcp 
Shell :: sh how to not store a command in history 
Shell :: create cat document ubuntu 
Shell :: regex to accept at most two digit :js 
Shell :: cannot find lstdc++ ubuntu 
Shell :: change folder permission show git 
Shell :: codepush get keys 
Shell :: go get all required packages 
Shell :: git initial commit 
Shell :: delete a pushed commit 
Shell :: how to clone ubuntu 
Shell :: tar gzip compression level 
Shell :: how to login as root user in kubernetes pod 
Shell :: viewing ubuntu desktop from windows in the same network 
Shell :: How to remove all local branches which are merged or not on remote branches 
Shell :: shotcut download 
Shell :: docker tag image 
Shell :: how to assign more than one ip address in linux 
Shell :: postgresql.conf position 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =