Closed junh-ki closed 3 years ago
1. Add an InfluxDB container as a DB source (by using docker-compose) (18/Oct/2020)
2. Create a pre-configured panel (for convenience) (29/Oct/2020)
3. How to automatically configure a bridge network and a volume for each service before running docker-compose (21/Oct/2020)
How to include Hono as a docker container (https://hub.docker.com/u/eclipse/)
Migrate the docker-compose configuration to Kubernetes
After running docker-compose (influxdb), to interact with influxdb, you can use bash shell:
$ docker exec -it be472f45029e /bin/bash # be472f45029e here is the container id of influxdb
1. Add an InfluxDB container as a DB source (by using docker-compose)(18/Oct/2020)2. Create a pre-configured panel (for convenience)(29/Oct/2020)3. How to automatically configure a bridge network and a volume for each service before running docker-compose(21/Oct/2020)How to include Hono as a docker container (https://hub.docker.com/u/eclipse/)
Migrate the docker-compose configuration to Kubernetes