Skip to content

Commit

Permalink
Minor updates to README.md pertaining to Docker/container documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jul 26, 2024
1 parent 01de15e commit 6092fb9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6092fb9

Please sign in to comment.