Skip to content

Commit

Permalink
Merge pull request markshust#1050 from kmilodenisglez/patch-1
Browse files Browse the repository at this point in the history
Added instructions for Linux install to README
  • Loading branch information
markshust authored Mar 8, 2024
2 parents 69f29de + 7c7df04 commit c3c31d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,14 @@ Running Docker on Linux should be pretty straight-forward. Note that you need to
Copy `compose.dev-linux.yaml` to `compose.dev.yaml` before installing Magento to take advantage of this setup.
#### Install necessary dependencies
To ensure proper functionality, the docker-magento setup requires a few system dependencies to be installed on Linux. To install these dependencies, please execute the following command from the terminal:
```
sudo apt install curl libnss3-tools unzip rsync
```
#### The host.docker.internal hostname
The `host.docker.internal` hostname is used on Docker for Mac/Windows to reference the Docker daemon. On Linux, this hostname does not exist.
Expand Down

0 comments on commit c3c31d1

Please sign in to comment.