Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Support for Docker deployment via Packer #31

Open
AndyJS opened this issue Jul 27, 2015 · 1 comment
Open

Support for Docker deployment via Packer #31

AndyJS opened this issue Jul 27, 2015 · 1 comment

Comments

@AndyJS
Copy link
Contributor

AndyJS commented Jul 27, 2015

The packer/build.sh script currently defaults to building an AMI for EC2 deployment.

Docker deployment via docker.json requires a seperate shell script, or modifications to the existing script, to build correctly. If deployed to a docker container, Grafana dashboard currently reports N/A metrics. Additional work required to ensure the connector operates correctly.

@AndyJS AndyJS changed the title Docker deployment via Packer is currently work in progress Support for Docker deployment via Packer Jul 27, 2015
@brendan-mckitrick
Copy link

Have tried a build from Packer to Docker and run into the following so far:

  1. Supervisor needs to be kicked into gear when a new image is first started
    service supervisor start

  2. InfluxDB is having some issues which appear very similar to:
    Can't connect to influxdb - ui on localhost:8083 not available influxdata/influxdb#1164

Influx is listening on port 8090, but other ports aren't showing up in netstat.

screen shot 2015-08-03 at 16 51 55

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants