baleyko / docker-deno

Try alternative to Nodejs from its founder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Try alternative to Nodejs from its founder

License:The Unlicense


Languages

Language:Dockerfile 78.5%Language:Shell 21.5%