diff options
author | Michael Tyson <myty@users.noreply.github.com> | 2021-06-18 20:40:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 02:40:44 +0200 |
commit | faea8720fa9e54efa124d6c185aed781e612dd2f (patch) | |
tree | aae872a5eade5a18a98920713c6ec308f411dc7c | |
parent | a8e4fc15e516299e9bfc466ae3b2711b6ce2fcd3 (diff) |
docs(installation): Add official docker images link (#11027)
-rw-r--r-- | docs/getting_started/installation.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 9fdf5a1d9..781d6f980 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -55,9 +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. +### Docker + +For more information and instructions on the official Docker images: +[https://github.com/denoland/deno_docker](https://github.com/denoland/deno_docker) ### Testing your installation |