mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-05-11 05:05:10 +02:00
Updated install instructions
This commit is contained in:
parent
a589014106
commit
9f29b1b8dd
17
README.md
17
README.md
@ -47,17 +47,11 @@
|
|||||||
|
|
||||||
For every install method your OS **must** be linux and docker has to be installed.
|
For every install method your OS **must** be linux and docker has to be installed.
|
||||||
|
|
||||||
- Download from the latest release (currently only x64 architecture supported)
|
- From the latest release (currently only x64 architecture supported)
|
||||||
- Download `docker4ssh-<version>.tar.gz` from the [latest release](https://github.com/ByteDream/docker4ssh/releases/latest)
|
|
||||||
- Install it
|
Replace the `RELEASE` value in the following oneliner with the latest release [version](https://github.com/ByteDream/docker4ssh/releases/latest).
|
||||||
- Into your root directory (recommended)
|
```shell
|
||||||
```shell
|
$ RELEASE=<latest version> curl -L https://github.com/ByteDream/docker4ssh/releases/download/v$RELEASE/docker4ssh-$RELEASE.tar.gz | tar -xvzf - -C /
|
||||||
$ sudo tar -xvzf docker4ssh-<version>.tar.gz -C /
|
|
||||||
```
|
|
||||||
- To the same directory
|
|
||||||
```shell
|
|
||||||
$ sudo tar -xvzf docker4ssh-<version>.tar.gz
|
|
||||||
```
|
|
||||||
- Building from source
|
- Building from source
|
||||||
|
|
||||||
Before start installing, make sure you have to following things ready:
|
Before start installing, make sure you have to following things ready:
|
||||||
@ -69,6 +63,7 @@ For every install method your OS **must** be linux and docker has to be installe
|
|||||||
```shell
|
```shell
|
||||||
$ git clone https://github.com/ByteDream/docker4ssh
|
$ git clone https://github.com/ByteDream/docker4ssh
|
||||||
$ cd docker4ssh
|
$ cd docker4ssh
|
||||||
|
$ make build
|
||||||
$ make install
|
$ make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user