From 6092fb96c8a107ed84568fa26047021e2c7b07fb Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Fri, 26 Jul 2024 08:58:31 +0700 Subject: [PATCH] Minor updates to README.md pertaining to Docker/container documentation --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 620f5fb1ef..4627bd505e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ for other databases. ## Installing `usql` can be installed [via Release][], [via Homebrew][], [via AUR][], [via -Scoop][] or [via Go][]: +Scoop][], [via Go][], or [via Docker][]: [via Release]: #installing-via-release [via Homebrew]: #installing-via-homebrew-macos-and-linux @@ -141,7 +141,12 @@ See [below for information](#building) on `usql` build tags. ### Installing via Docker -Install `usql` with Docker, Podman, or other Container runtime: +An [official container image][docker-hub] is maintained by the `usql` team, and +can be used with Docker, Podman, or other container runtime. + +[docker-hub]: https://hub.docker.com/r/usql/usql + +Install `usql` with Docker, Podman, or other container runtime: ```sh # run interactive shell and mount the $PWD/data directory as a volume for use