github.com/eikeon/docker@v1.5.0-rc4/builder/parser/testfiles/influxdb/result (about)

     1  (from "ubuntu:14.04")
     2  (run "apt-get update && apt-get install wget -y")
     3  (run "wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb")
     4  (run "dpkg -i influxdb_latest_amd64.deb")
     5  (run "rm -r /opt/influxdb/shared")
     6  (volume "/opt/influxdb/shared")
     7  (cmd "/usr/bin/influxdb --pidfile /var/run/influxdb.pid -config /opt/influxdb/shared/config.toml")
     8  (expose "8083")
     9  (expose "8086")
    10  (expose "8090")
    11  (expose "8099")