diff options
author | Christopher Dieringer <cdaringe@users.noreply.github.com> | 2021-04-21 02:24:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 11:24:42 +0200 |
commit | 754d837682448b6ac1cd21061a26e803d42ccab0 (patch) | |
tree | 1361f0d107b587eace999d67e69e178cd5049871 /docs/getting_started/installation.md | |
parent | 572ec4a0a7ffd11c37fb48bbe7b8f86e9693d253 (diff) |
docs: mention docker support (#9618)
Diffstat (limited to 'docs/getting_started/installation.md')
-rw-r--r-- | docs/getting_started/installation.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 28f49150b..9fdf5a1d9 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -55,6 +55,10 @@ Deno binaries can also be installed manually, by downloading a zip file at These packages contain just a single executable file. You will have to set the executable bit on macOS and Linux. +Official Docker images are not available at the current time +([issue#3356](https://github.com/denoland/deno/issues/3356)), but +[community images](https://github.com/hayd/deno-docker) are available. + ### Testing your installation To test your installation, run `deno --version`. If this prints the Deno version |