Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

running InfluxDB in a container over a network

docker run -d --name=influxdb 
 -p 8086:8086 
 -v  /tmp/testdata/influx:/root/.influxdb2 
      --net=influxdb-telegraf-net 
      influxdb:2.0
Comment

PREVIOUS NEXT
Code Example
Shell :: shell how to replace single quote 
Shell :: install Postfix to send notification emails 
Shell :: nginx error ~/Library/LaunchAgents/homebrew.mxcl.nginx.plist 
Shell :: install ibus bamboo 
Shell :: change php version devilbox fish function 
Shell :: modify JSON values in place with jq 
Shell :: centos show volume usage 
Shell :: kernel does not boot 5.13.0-23-generic 
Shell :: linux list usb device and port speed 
Shell :: To find MTP devices in Power Shell use this command: 
Shell :: cmd for statement 
Shell :: install brew linux mint 
Shell :: rclone on windows 
Shell :: nano linenumber 
Shell :: how to boot pendrive with ventoy in linux 
Shell :: team modify preffix minecraft 1.18 
Shell :: install burp suite kali 
Shell :: the repo coud not download 
Shell :: how to add file to application linux 
Shell :: frida macOS 
Shell :: how to denote spaces in path 
Shell :: install curecoin-qt on mint 19 
Shell :: put files in every subfolder in powershell 
Shell :: override dh_dwz 
Shell :: elementary os install window cut off 
Shell :: powershell profile takes a long time to load 
Shell :: pass bash variable to grep 
Shell :: kill a server port in terminal 
Shell :: shell startup file 
Shell :: linux check defragnmentation of disk 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =