aws-observability / aws-otel-collector

AWS Distro for OpenTelemetry Collector (see ADOT Roadmap at https://github.com/orgs/aws-observability/projects/4)
https://aws-otel.github.io/
Other
585 stars 239 forks source link

Publish the Docker image #47

Closed rakyll closed 3 years ago

rakyll commented 4 years ago

We can publish the Docker image for the connivence and add docker run instructions to the README.

docker run -d --volume=config.yaml:/etc/otel-config.yaml -p 55680:55680 -p 55861:55681 aws-observability/aws-otel-collector 
wyTrivail commented 4 years ago

please ignore the workflow failure due to issue opening, i just removed it from workflow: https://github.com/aws-observability/aws-otel-collector/pull/49/files

mxiamxia commented 4 years ago

We have "run with docker instructions" in README below. Since it is not very meaningful if users only run the collector alone. We provided docker compose example to run it with a sample application that emits same sample data.

https://github.com/aws-observability/aws-otel-collector/blob/main/docs/developers/docker-demo.md

mxiamxia commented 3 years ago

Dup with https://github.com/aws-observability/aws-otel-collector/issues/258. Closed