File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # docker
2
+
3
+ Build/test containers.
4
+
5
+ | tag | description |
6
+ | ------------------------------------------------- | ----------------- |
7
+ | [ base] ( ./base/Dockerfile ) | base image |
8
+ | [ mdbook] ( ./mdbook/Dockerfile ) | base+[ mdbook] |
9
+ | [ shell-bash-ble] ( ./shell-bash-ble/Dockerfile ) | base+[ bash-ble] |
10
+ | [ shell-elvish] ( ./shell-elvish/Dockerfile ) | base+[ elvish] |
11
+ | [ shell-fish] ( ./shell-fish/Dockerfile ) | base+[ fish] |
12
+ | [ shell-nushell] ( ./shell-nushell/Dockerfile ) | base+[ nushell] |
13
+ | [ shell-oil] ( ./shell-oil/Dockerfile ) | base+[ oil] |
14
+ | [ shell-powershell] ( ./shell-powershell/Dockerfile ) | base+[ powershell] |
15
+ | [ shell-xonsh] ( ./shell-xonsh/Dockerfile ) | base+[ xonsh] |
16
+ | [ shell-zsh] ( ./shell-zsh/Dockerfile ) | base+[ zsh] |
17
+ | [ shell] ( ./shell/Dockerfile ) | base+shell-* |
18
+ | [ vhs] ( ./vhs/Dockerfile ) | shell+[ vhs] |
19
+
20
+ [ mdbook ] :https://github.com/rust-lang/mdBook
21
+ [ bash-ble ] :https://github.com/akinomyoga/ble.sh
22
+ [ elvish ] :https://github.com/elves/elvish
23
+ [ fish ] :https://github.com/fish-shell/fish-shell
24
+ [ nushell ] :https://github.com/nushell/nushell
25
+ [ oil ] :https://github.com/oils-for-unix/oils
26
+ [ powershell ] :https://github.com/PowerShell/PowerShell
27
+ [ xonsh ] :https://github.com/xonsh/xonsh
28
+ [ zsh ] :https://www.zsh.org/
29
+ [ vhs ] :https://github.com/charmbracelet/vhs
You can’t perform that action at this time.
0 commit comments