Skip to content

Commit 7d26dd7

Browse files
authored
Merge pull request #1 from carapace-sh/add-readme
added readme
2 parents 56a9224 + 208f9b1 commit 7d26dd7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

0 commit comments

Comments
 (0)