Search Docker Hub
deno
By simoncoulton
Container suitable for Deno development
105
A simple Docker container for Deno 🦕
Dockerfile
FROM simoncoulton/deno:alpine-latest CMD ["run", "mod.ts"]
docker-compose.yml
version: "3.8" services: deno: image: simoncoulton/deno:alpine-latest
For more details see the example container in example/
example/
Content type
Image
Digest
Size
25.8 MB
Last updated
about 6 years ago
docker pull simoncoulton/deno:alpine-1.3.0