run.sh 179 B

123456
  1. #!/bin/bash
  2. # Copyright The OpenTelemetry Authors
  3. # SPDX-License-Identifier: Apache-2.0
  4. set -e
  5. docker run -p 9090:9090 -v $(pwd):/etc/prometheus --network="host" prom/prometheus