diff options
Diffstat (limited to 'docs/getting_started')
-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 |