All Projects → zsh-users → zsh-docker

zsh-users / zsh-docker

Licence: other
Docker containers for all versions of Zsh.

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to zsh-docker

dockerfiles
dockerfiles
Stars: ✭ 14 (-78.79%)
Mutual labels:  docker-images
carapace-bin
multi-shell multi-command argument completer
Stars: ✭ 42 (-36.36%)
Mutual labels:  zsh
hoard
cli command organizer written in rust
Stars: ✭ 71 (+7.58%)
Mutual labels:  zsh
go-dev
Golang Dev Env Dockerfile
Stars: ✭ 17 (-74.24%)
Mutual labels:  zsh
dotfiles
⚡️ Sharpen dat knife.
Stars: ✭ 29 (-56.06%)
Mutual labels:  zsh
ezsh
ezsh is a user-friendly, and interactive shell designed to simplify a beginner's view of the terminal and command line.
Stars: ✭ 12 (-81.82%)
Mutual labels:  zsh
docker-images
Docker images for Katalon Studio and other frameworks
Stars: ✭ 110 (+66.67%)
Mutual labels:  docker-images
dot
No description or website provided.
Stars: ✭ 40 (-39.39%)
Mutual labels:  zsh
ansible-ohmyzsh
simple ansible role to install oh-my-zsh
Stars: ✭ 38 (-42.42%)
Mutual labels:  zsh
I WANT TO HELP
https://www.reddit.com/r/zsh/comments/qinb6j/httpsgithubcomzdharma_has_suddenly_disappeared_i/hil4oww/
Stars: ✭ 29 (-56.06%)
Mutual labels:  zsh
zsh-clean
Minimal customizable ZSH theme
Stars: ✭ 29 (-56.06%)
Mutual labels:  zsh
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-63.64%)
Mutual labels:  zsh
Warp
Warp is a blazingly-fast modern Rust based GPU-accelerated terminal built to make you and your team more productive.
Stars: ✭ 1,319 (+1898.48%)
Mutual labels:  zsh
logbook
📖 a programmer's logbook.
Stars: ✭ 40 (-39.39%)
Mutual labels:  zsh
aterminal
🎉 An oh-my-zsh plugin for show platform versions
Stars: ✭ 31 (-53.03%)
Mutual labels:  zsh
zsh-ssh-agent
Ssh-agent management for zsh
Stars: ✭ 19 (-71.21%)
Mutual labels:  zsh
hstdb
Better history management for zsh. Based on ideas from https://github.com/larkery/zsh-histdb.
Stars: ✭ 25 (-62.12%)
Mutual labels:  zsh
dotfiles
My Linux settings and configs
Stars: ✭ 33 (-50%)
Mutual labels:  zsh
dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-77.27%)
Mutual labels:  zsh
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (-25.76%)
Mutual labels:  zsh

zsh-docker Build

Zsh Docker containers.

Usage

The images are based on minideb, and available on Docker Hub + Github container registry:

Version To execute
zsh master (weekly build) docker run -it zshusers/zsh:master
5.8.1 (latest) docker run -it zshusers/zsh:5.8.1
5.8 docker run -it zshusers/zsh:5.8
5.7.1 docker run -it zshusers/zsh:5.7.1
5.7 docker run -it zshusers/zsh:5.7
5.6.2 docker run -it zshusers/zsh:5.6.2
5.6.1 docker run -it zshusers/zsh:5.6.1
5.6 docker run -it zshusers/zsh:5.6
5.5.1 docker run -it zshusers/zsh:5.5.1
5.5 docker run -it zshusers/zsh:5.5
5.4.2 docker run -it zshusers/zsh:5.4.2
5.4.1 docker run -it zshusers/zsh:5.4.1
5.4 docker run -it zshusers/zsh:5.4
5.3.1 docker run -it zshusers/zsh:5.3.1
5.3 docker run -it zshusers/zsh:5.3
5.2 docker run -it zshusers/zsh:5.2
5.1.1 docker run -it zshusers/zsh:5.1.1
5.1 docker run -it zshusers/zsh:5.1
5.0.8 docker run -it zshusers/zsh:5.0.8
5.0.7 docker run -it zshusers/zsh:5.0.7
5.0.6 docker run -it zshusers/zsh:5.0.6
5.0.5 docker run -it zshusers/zsh:5.0.5
5.0.4 docker run -it zshusers/zsh:5.0.4
5.0.3 docker run -it zshusers/zsh:5.0.3
5.0.2 docker run -it zshusers/zsh:5.0.2
5.0.1 docker run -it zshusers/zsh:5.0.1
5.0.0 docker run -it zshusers/zsh:5.0.0
4.3.17 docker run -it zshusers/zsh:4.3.17
4.3.16 docker run -it zshusers/zsh:4.3.16
4.3.15 docker run -it zshusers/zsh:4.3.15
4.3.14 docker run -it zshusers/zsh:4.3.14
4.3.13 docker run -it zshusers/zsh:4.3.13
4.3.12 docker run -it zshusers/zsh:4.3.12
4.3.11 docker run -it zshusers/zsh:4.3.11

Development

To build images, the requirements are:

To build an image of zsh's current master branch:

docker build --tag zshusers/zsh:master --build-arg ref=master .

To build an image of a branch (see all branches here):

docker build --tag zshusers/zsh:badarrays --build-arg ref=schaefer/badarrays .

To build an image of a tag (see all tags here):

docker build --tag zshusers/zsh:5.7.1 --build-arg ref=zsh-5.7.1 .

To build an image of a commit:

docker build --tag zshusers/zsh:mytag --build-arg ref=8abbaefaee7af75943b2b427205d0ec4a52a9b7b .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].