Sign inSign up

able8/alpine

By able8

Updated about 2 years ago

alpine with curl, dig, mtr commands.

Image
1

717

able8/alpine repository overview

dockerfiles

alpine with curl, dig and mtr commands.
  • Docker
docker run -it --rm able8/alpine
  • Kubernetes
kubectl run -it --rm debug-test-pod --image=able8/alpine --restart=Never

# bash alias
kdebug() { kubectl run -it --rm debug-test-pod --image=able8/alpine --restart=Never }
alpine with Bash
docker pull able8/alpine:bash
alpine with SSH and SFTP
docker pull able8/alpine:ssh

Tag summary

Content type

Image

Digest

Size

7 MB

Last updated

about 5 years ago

docker pull able8/alpine