achristmascarl / rainfrog

🐸 a database management tui for postgres
https://crates.io/crates/rainfrog
MIT License
2.87k stars 57 forks source link

feat: `docker run` option #91

Closed ftupas closed 2 months ago

ftupas commented 2 months ago

This pr does the following:

❯ docker run -it --rm --name rainfrog \
  -p 5432:5432 \
  -e username="rainfrog" \
  -e password="password" \
  -e hostname="host.docker.internal" \
  -e db_port="5432" \
  -e dbname="rainfrog" rainfrog

image

ftupas commented 2 months ago

For now we build it locally but I think docker hub needs to be setup in order to

achristmascarl commented 2 months ago

For now we build it locally but I think docker hub needs to be setup in order to

  • Publish the image to docker hub so it can be pulled directly

  • Add cicd for docker

thanks for tackling this; it looks good, once the tests run i'll merge it and then set up dockerhub / change the readme in a follow up pr.

github-actions[bot] commented 2 months ago

Included in release v0.2.3