mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
docs(installation): Add official docker images link (#11027)
This commit is contained in:
parent
a8e4fc15e5
commit
faea8720fa
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue