Skip to content

An alpine docker image with useful development tools pre-installed.

Notifications You must be signed in to change notification settings

testcab/docker-alps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testcab/alps

Docker image size Travis build

An alpine docker image with useful development tools pre-installed.

Supported tags and respective Dockerfile links

Default Shell

The default shell has been changed to /bin/bash from /bin/sh.

Default Working Directory

The default working directory has been changed to /root.

Installed Packages

In addition to what's provided by alpine base image, the following is installed as a virtual package .dev:

  • bash
  • bind-tools
  • curl
  • file
  • httpie
  • jq
  • mariadb-client
  • mysql-client
  • nfs-utils
  • openssh-client
  • tini

And the following executable is added to /usr/local/bin:

  • kubectl

Usage

Docker

alias alps='docker run --rm -it testcab/alps'
alps

Kubernetes

alias alps='kubectl run alps --image=testcab/alps --rm -it
alps

About

An alpine docker image with useful development tools pre-installed.

Resources

Stars

Watchers

Forks

Packages

No packages published