File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ for other databases.
50
50
## Installing
51
51
52
52
` usql ` can be installed [ via Release] [ ] , [ via Homebrew] [ ] , [ via AUR] [ ] , [ via
53
- Scoop] [ ] or [ via Go ] [ ] :
53
+ Scoop] [ ] , [ via Go ] [ ] , or [ via Docker ] [ ] :
54
54
55
55
[ via Release ] : #installing-via-release
56
56
[ via Homebrew ] : #installing-via-homebrew-macos-and-linux
@@ -141,7 +141,12 @@ See [below for information](#building) on `usql` build tags.
141
141
142
142
### Installing via Docker
143
143
144
- Install ` usql ` with Docker, Podman, or other Container runtime:
144
+ An [ official container image] [ docker-hub ] is maintained by the ` usql ` team, and
145
+ can be used with Docker, Podman, or other container runtime.
146
+
147
+ [ docker-hub ] : https://hub.docker.com/r/usql/usql
148
+
149
+ Install ` usql ` with Docker, Podman, or other container runtime:
145
150
146
151
``` sh
147
152
# run interactive shell and mount the $PWD/data directory as a volume for use
You can’t perform that action at this time.
0 commit comments