Sign inSign up

sixfalls/deno

By sixfalls

Updated over 4 years ago

Simple deno image for arm64. Based from LukeChannings/deno.

Image
0

334

sixfalls/deno repository overview

Simple deno image for arm64. Based from LukeChannings/deno.

Manual creation:

  1. Pull the image from Docker Hub: docker pull LukeChannings/deno:latest
  2. Create interactive shell inside the container: docker run -it --entrypoint "/bin/bash" LukeChannings/deno:latest
  3. Install sudo: apt-get update && apt-get -y install sudo
  4. Allow sudo to be ran without a password: echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
  5. Exit image: exit
  6. Commit to your own image: docker commit (container id) author/imagename:latest

Tag summary

Content type

Image

Digest

Size

77.6 MB

Last updated

over 4 years ago

docker pull sixfalls/deno