11notes/ash

By 11notes

Updated over 2 years ago

Run binaries based on Alpine via RESTful interface and auth

Image
Languages & frameworks
0

894

11notes/ash repository overview

Alpine :: Binaries

size version pulls activity commit-last

Run Binaries based on Alpine Linux. Small, lightweight, secure and fast 🏔️

Description

What can I do with this? It will expose binaries via a simple web API, so you can use your favourite unix/linux binaries via curl.

Run

docker run --name ash \
  -d 11notes/ash:[tag]

Defaults

ParameterValueDescription
userdockeruser docker
uid1000user id 1000
gid1000group id 1000
home/nodehome directory of user docker
apihttps://${IP}:8443HTTPS endpoint of Docker registry

Environment

ParameterValueDefault
TZTime Zone
DEBUGShow debug information
PORTexpress server port (SSL/TLS)8443

Parent image

Built with (thanks to)

Tips

  • Only use rootless container runtime (podman, rootless docker)
  • Don't bind to ports < 1024 (requires root), use NAT/reverse proxy (haproxy, traefik, nginx)

Tag summary

Content type

Image

Digest

sha256:e4add7b7d

Size

209.4 MB

Last updated

over 2 years ago

docker pull 11notes/ash