1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

docs(installation): Add official docker images link (#11027)

This commit is contained in:
Michael Tyson 2021-06-18 20:40:44 -04:00 committed by GitHub
parent a8e4fc15e5
commit faea8720fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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