Skip to content

Commit

Permalink
refactor:readme update to add docker in macos (#89)
Browse files Browse the repository at this point in the history
* refactor:readme update to add docker in macos

* refactor:add not to run docker above a certain versiob

* fix: note
  • Loading branch information
shivamsouravjha authored Jan 10, 2024
1 parent ffc250c commit aa83b4a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 3 additions & 1 deletion echo-sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ So no need to setup fake database/apis like Postgres or write mocks for them. Ke

# Using Docker

Keploy can be used on Linux & Windows through Docker, and on MacOS by the help of [Colima](https://docs.keploy.io/docs/server/macos/installation/#using-colima)
Keploy can be used on Linux, Windows and MacOS through Docker.

Note: To run Keploy on MacOS through [Docker](https://docs.docker.com/desktop/release-notes/#4252) the version must be ```4.25.2``` or above.

## Create Keploy Alias
To establish a network for your application using Keploy on Docker, follow these steps.
Expand Down
3 changes: 2 additions & 1 deletion gin-mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ There are two methods to run the sample application using Keploy :-

## Running app using Docker

Keploy can be used on Linux & Windows through [Docker](https://docs.docker.com/engine/install/), and on MacOS by the help of [Colima](https://docs.keploy/io/server/macos/installation)
Keploy can be used on Linux, Windows and MacOS through [Docker](https://docs.docker.com/engine/install/).

Note: To run Keploy on MacOS through [Docker](https://docs.docker.com/desktop/release-notes/#4252) the version must be ```4.25.2``` or above.

### Create Keploy Alias

Expand Down
3 changes: 2 additions & 1 deletion gin-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ There are two methods to run the sample application using Keploy :-

## Running app using Docker

Keploy can be used on Linux & Windows through [Docker](https://docs.docker.com/engine/install/), and on MacOS by the help of [Colima](https://docs.keploy/io/server/macos/installation)
Keploy can be used on Linux, Windows and MacOS through [Docker](https://docs.docker.com/engine/install/).

Note: To run Keploy on MacOS through [Docker](https://docs.docker.com/desktop/release-notes/#4252) the version must be ```4.25.2``` or above.

### Create Keploy Alias

Expand Down
4 changes: 3 additions & 1 deletion mux-sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ So no need to setup fake database/apis like Postgres or write mocks for them. Ke

# Using Docker

Keploy can be used on Linux & Windows through Docker, and on MacOS by the help of [Colima](https://docs.keploy.io/docs/server/macos/installation/#using-colima)
Keploy can be used on Linux, Windows and MacOS through Docker.

Note: To run Keploy on MacOS through [Docker](https://docs.docker.com/desktop/release-notes/#4252) the version must be ```4.25.2``` or above.

## Create Keploy Alias
To establish a network for your application using Keploy on Docker, follow these steps.
Expand Down
3 changes: 2 additions & 1 deletion users-profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ There are two methods to run the sample application using Keploy :-

## Running app using Docker

Keploy can be used on Linux & Windows through [Docker](https://docs.docker.com/engine/install/), and on MacOS by the help of [Colima](https://docs.keploy/io/server/macos/installation)
Keploy can be used on Linux, Windows and MacOS through [Docker](https://docs.docker.com/engine/install/).

Note: To run Keploy on MacOS through [Docker](https://docs.docker.com/desktop/release-notes/#4252) the version must be ```4.25.2``` or above.

### Create Keploy Alias

Expand Down

0 comments on commit aa83b4a

Please sign in to comment.