@mytinyapps/dockerino 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/bin/dockerino.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
A **Terminal User Interface (TUI)** for Docker. Manage containers, images, and volumes from a beautiful interactive terminal dashboard — no GUI needed.
|
|
4
4
|
|
|
5
|
-

|
|
6
|
-

|
|
7
|
-

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
@@ -23,7 +23,7 @@ A **Terminal User Interface (TUI)** for Docker. Manage containers, images, and v
|
|
|
23
23
|
Run directly without installing:
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
npx dockerino
|
|
26
|
+
npx @mytinyapps/dockerino
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## Installation
|
|
@@ -31,7 +31,7 @@ npx dockerino
|
|
|
31
31
|
Or install globally:
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
npm install -g dockerino
|
|
34
|
+
npm install -g @mytinyapps/dockerino
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
## Requirements
|
|
@@ -84,7 +84,7 @@ dockerino
|
|
|
84
84
|
## Development
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
|
-
git clone https://github.com/andrea/dockerino.git
|
|
87
|
+
git clone https://github.com/andrea-migliaccio/dockerino.git
|
|
88
88
|
cd dockerino
|
|
89
89
|
npm install
|
|
90
90
|
npm run build
|
package/dist/bin/dockerino.js
CHANGED
|
File without changes
|
package/package.json
CHANGED