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
+31
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,34 @@
24
24
```
25
25
26
26
See the [Docker RunX reference](/docs/reference/runx.md) for more information.
27
+
28
+
## CLI Plugin Installation
29
+
30
+
### Manual Installation
31
+
32
+
To install it manually:
33
+
34
+
- Download the `docker-runx` binary corresponding to your platform from the [latest](https://github.com/eunomie/docker-runx/releases/latest) or [other](https://github.com/eunomie/docker-runx/releases) releases.
35
+
- Rename it as
36
+
-`docker-runx` on _Linux_ and _macOS_
37
+
-`docker-runx.exe` on _Windows_
38
+
- Copy the binary to the `runx` directory (you might need to create it)
39
+
-`$HOME/.docker/runx` on _Linux_ and _macOS_
40
+
-`%USERPROFILE%\.docker\runx` on _Windows_
41
+
- Make it executable on _Linux_ and _macOS_
42
+
-`chmod +x $HOME/.docker/runx/docker-runx`
43
+
- Authorize the binary to be executable on _macOS_
0 commit comments