Skip to content

Commit b2d7e76

Browse files
authored
Merge pull request peasead#20 from peasead/issue-19
Add Arch Linux steps
2 parents 63016cf + 5937ac0 commit b2d7e76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,17 @@ Please follow the [Docker installation instructions](https://docs.docker.com/eng
5252
```
5353
apt-get install jq git curl
5454
```
55-
**Fedora:**
56-
Please follow the [Docker installation instructions](https://docs.docker.com/engine/install/fedora/). Of specific note, you *must* install the `docker-compose-plugin`, which is different than `docker-compose`.
55+
**CentOS/Fedora:**
56+
Please follow the [Docker installation instructions](https://docs.docker.com/engine/install/centos/). Of specific note, you *must* install the `docker-compose-plugin`, which is different than `docker-compose`.
5757
```
5858
dnf install jq git curl
5959
```
6060

6161
**Other Linux distributions:**
6262
Please follow the [Docker installation instructions](https://docs.docker.com/engine/install/). Of specific note, you *must* install the `docker-compose-plugin`, which is different than `docker-compose`.
6363

64+
Arch Linux users should install `inetutils` and change the shell script from `hostname -I` to `hostname -i`.
65+
6466
## Usage
6567

6668
This uses default creds of `elastic:changeme` and is intended purely for security research on a local Elastic stack. [Change the password in the `.env` file](https://github.com/peasead/elastic-container/blob/main/README.md#modifying).

0 commit comments

Comments
 (0)