|
@@ -124,13 +124,6 @@ This setup assumes you are running Docker on a computer with at least 6GB of RAM
|
|
|
|
|
|
This configuration has been tested on Mac & Linux. Windows is supported through the use of Docker on WSL.
|
|
|
|
|
|
-### Ubuntu, Debian
|
|
|
-
|
|
|
-1. Install dependencies
|
|
|
-
|
|
|
- # Ubuntu or Debian
|
|
|
- sudo apt install curl libnss3-tools unzip rsync
|
|
|
-
|
|
|
## Setup
|
|
|
|
|
|
### Automated Setup (New Project)
|
|
@@ -541,6 +534,11 @@ bin/copyfromcontainer --all
|
|
|
|
|
|
### Linux
|
|
|
|
|
|
+#### Install necessary dependencies
|
|
|
+```
|
|
|
+sudo apt install curl libnss3-tools unzip rsync
|
|
|
+```
|
|
|
+
|
|
|
Running Docker on Linux should be pretty straight-forward. Note that you need to run some [post install commands](https://docs.docker.com/install/linux/linux-postinstall/) as well as [installing Docker Compose](https://docs.docker.com/compose/install/) before continuing. These steps are taken care of automatically with Docker Desktop, but not on Linux.
|
|
|
|
|
|
Copy `compose.dev-linux.yaml` to `compose.dev.yaml` before installing Magento to take advantage of this setup.
|