Skip to content

Commit 0ff8587

Browse files
committed
Published using @Stream44 Studio
Signed-off-by: Christoph <christoph@christoph.diy>
1 parent 86f5be9 commit 0ff8587

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
2-
.DS_Store
32
.~*
43
.env*

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<td><a href="https://Stream44.Studio"><img src=".o/stream44.studio/assets/Icon-v1.svg" width="42" height="42"></a></td>
44
<td><strong><a href="https://Stream44.Studio">Stream44 Studio</a></strong><br/>Open Development Project</td>
55
<td>Preview release for community feedback.<br/>Get in touch on <a href="https://discord.gg/9eBcQXEJAN">discord</a>.</td>
6+
<td>Hand Designed<br/><b>AI Coded Alpha</a></td>
67
</tr>
78
</table>
89

@@ -13,6 +14,11 @@
1314

1415
This project [encapsulates](https://github.com/Stream44/encapsulate) the `docker` command-line tool from [Docker](https://docker.com/) for use in [t44](https://github.com/Stream44/t44).
1516

17+
Roadmap
18+
---
19+
20+
- [ ] https://github.com/wagoodman/dive - A tool for exploring each layer in a docker image
21+
1622

1723
Capsules: High Level
1824
---
@@ -52,7 +58,6 @@ Utility to wrap `docker` command-line tool.
5258

5359
Utilities for working with containers in docker.
5460

55-
5661
Provenance
5762
===
5863

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@stream44.studio/t44-docker.com",
3-
"version": "0.1.0-rc.5",
3+
"version": "0.1.0-rc.6",
44
"private": false,
55
"license": "MIT",
66
"type": "module",
77
"scripts": {
88
"test": "bun test"
99
},
1010
"dependencies": {
11-
"t44": "^0.4.0-rc.22",
12-
"@stream44.studio/encapsulate": "^0.4.0-rc.23"
11+
"t44": "^0.4.0-rc.23",
12+
"@stream44.studio/encapsulate": "^0.4.0-rc.24"
1313
},
1414
"devDependencies": {
1515
"@types/bun": "^1.3.4",

0 commit comments

Comments
 (0)