-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Minimum requirements adjustments (#361)
* [Docs] Minimum requirements adjustments * Updated install documentation for windows and linux Co-authored-by: Filip Sushko <[email protected]>
- Loading branch information
1 parent
8d81c2a
commit 765d229
Showing
8 changed files
with
31 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,11 +49,11 @@ Make sure that you are in the correct folder by running the `pwd` command. | |
git clone [email protected]:spryker/docker-sdk.git --single-branch docker | ||
``` | ||
:::(Warning) (Verification) | ||
Make sure `docker 18.09.1+` and `docker-compose 1.23+` are installed: | ||
Make sure `docker 18.09.1+` and `docker compose 2+` are installed: | ||
|
||
```bash | ||
$ docker version | ||
$ docker-compose --version | ||
$ docker compose version | ||
``` | ||
::: | ||
|
||
|
@@ -78,7 +78,7 @@ You can run `docker/sdk install` after `bootstrap` to get the list of the instru | |
::: | ||
8. Once the job finishes, build and start the instance: | ||
```shell | ||
docker/sdk up | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,11 +45,11 @@ Make sure that you are in the correct folder by running the `pwd` command. | |
git clone [email protected]:spryker/docker-sdk.git --single-branch docker | ||
``` | ||
:::(Warning) (Verification) | ||
Make sure `docker 18.09.1+` and `docker-compose 1.23+` are installed: | ||
Make sure `docker 18.09.1+` and `docker compose 2+` are installed: | ||
|
||
```bash | ||
$ docker version | ||
$ docker-compose --version | ||
$ docker compose version | ||
``` | ||
::: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters