Skip to content

baleyko/docker-deno

Repository files navigation

Deno - A secure runtime for JavaScript and TypeScript

GitHub Workflow Build Docker Hub Image Size Docker Pulls The Unlicense

These are sources files used to build Docker image with Deno inside. Make a code, make a run, make a decision!

Installation

You can build your own Docker image from these sources:

  1. get the sources from the Git repository
$ git clone https://github.com/baleyko/docker-deno.git
$ cd docker-deno
  1. build a Docker image
$ docker build -t baleyko/deno:latest .

-- or --

  1. pull the image from Docker Hub
$ docker pull baleyko/deno:latest

Usage

Run some code

$ echo 'console.log("Hello World!")' | docker run -i --rm baleyko/deno:latest

License

The Unlicense - see the LICENSE for more details.