mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
docs: mention docker support (#9618)
This commit is contained in:
parent
572ec4a0a7
commit
754d837682
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue