You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-72Lines changed: 4 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,79 +4,11 @@ Desktop client for [Containerum.com](https://containerum.com) platform.
4
4
To use it sign up on [Containerum.com](https://containerum.com).
5
5
6
6
## Documentation
7
-
[See full ENG documentation](https://github.com/containerum/chkit/wiki)
8
-
## Installation
9
7
10
-
**1.** Download binaries for MacOs, Ubuntu x32, Ubuntu x64, Windows x32 and Windows x64 [here](https://github.com/containerum/chkit/releases).
11
-
12
-
**2.** Extract the file to any directory.
13
-
14
-
for **Ubuntu** and **MacOs**:
15
-
```
16
-
$ tar -xvf your_archive.tar -C /path/to/destination/dir/
17
-
```
18
-
Run the client from `/path/to/destination/dir/`:
19
-
```
20
-
$ ./chkit
21
-
```
22
-
**Note**:
23
-
See how to run the client on Ubuntu/MacOs from any directory and use `chkit`, not `./chkit` command [here](https://containerum.com/documentation/Installing-Containerum-CLI-from-binaries).
24
-
25
-
## Usage
26
-
27
-
**1.** Sign Up at [containerum.com](https://containerum.com).
Token changed to: QA0u64rOkTtCxxxxxxxxxxliUAnBnPlCbGQfpCQpzqM=
39
-
```
40
-
Your Terminal should look like this finally:
41
-
42
-

43
-
44
-
Follow the next steps bellow.
45
-
46
-
**3.** Let's deploy any app from the [DockerHub](https://hub.docker.com), let it be [Hello, World! It's Containerum](https://hub.docker.com/r/containerum/helloworld/).
47
-
48
-
**4.** Use `chkit run` command:
49
-
```
50
-
$ chkit run hello --configure
51
-
52
-
Enter image: containerum/helloworld
53
-
Enter ports:
54
-
Enter labels (key=value ... key3=value3):
55
-
Enter commands (command1 ... command3):
56
-
Enter environ variables (key=value ... key3=value3):
0 commit comments