Sign inSign up

williarin/alpine

By williarin

Updated over 1 year ago

Alpine Linux with zsh — Beautiful terminal for your Docker containers

Image
0

8.9K

williarin/alpine repository overview

Alpine Linux with zsh

Beautiful terminal for your Docker containers.

Exa

Details

Although slightly bigger than the base Alpine image, it will be a joy to connect to your containers as it includes:

  • zsh with zsh-autosuggestions and zsh-syntax-highlighting plugins
  • Oh My Zsh with a beautiful prompt
  • exa modern replacement for ls

Aliases are already defined to replace ls with exa:

alias ls="exa --icons --group-directories-first"
alias l="exa -aaghl --git --icons --group-directories-first"
alias ll="exa -ghl --git --icons --group-directories-first"
alias lt="exa --tree --level=2 --icons --group-directories-first"

Try it:

# Connect as root
docker run --rm -it williarin/alpine

# Connect as current user
docker run --rm -it -u '1000:1000' williarin/alpine

Available tags

ImageSize
williarin/alpine:edge
williarin/alpine:latest
williarin/alpine:3.18
williarin/alpine:3.16 [deprecated]
williarin/alpine:3.15 [deprecated]
williarin/alpine:3.14 [deprecated]
williarin/alpine:3.13 [deprecated]

Note: latest is equivalent to 3.18

Tag summary

Content type

Image

Digest

sha256:3822835dd

Size

17.8 MB

Last updated

over 1 year ago

docker pull williarin/alpine