daftcreations / docker-ngrok-multiarch

ngrok multiarch scratch container image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-ngrok-multiarch

Ngrok container image

Available in 8 varients

  • Scratch
  • Scratch slim
  • Scratch nonroot (ngork:ngork)
  • Scratch slim nonroot (ngork:ngork)
  • Alpine
  • Alpine slim
  • Alpine nonroot (ngork:ngork)
  • Alpine slim nonroot (ngork:ngork)

supported plateforms

  • Linux (amd64, arm64, arm/v6, arm/v7, 386, mips64le, mips64, ppc64le)

Usage

docker run --rm -it --name ngork pratikbin/ngork http 80

Development

Install emulators

docker buildx create --name multiarch --use
docker run --privileged --rm tonistiigi/binfmt --install all
git clone --depth 1 https://github.com/pratikbin/docker-ngrok-multiarch.git docker-ngrok-multiarch
cd docker-ngrok-multiarch

## Build local image
docker buildx bake

May the Source Be With You

About

ngrok multiarch scratch container image

License:Apache License 2.0


Languages

Language:HCL 62.2%Language:Dockerfile 37.8%