Skip to content

Commit

Permalink
Merge pull request #131 from kdhrubo/doc/130_docker_install_doc_fix
Browse files Browse the repository at this point in the history
#130 - doc updates for docker install paragraph.
  • Loading branch information
kdhrubo authored Jan 12, 2024
2 parents 08e4b3f + f72277e commit a46e275
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src/test/resources/mysql/mysql-sakila.sql linguist-generated=true
src/test/resources/mysql/mysql-sakila-insert-data.sql linguist-generated=true

src/test/resources/pg/postgres-sakila.sql linguist-generated=true
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI Build
on:
push:
branches:
- '**'
- 'feature/**'
jobs:
build:
name: Maven Build
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ Once this command is executed, within a few seconds, DB2Rest is ready to service

### 1. Install Docker

Docker can be downloaded from the link [here](https://www.docker.com/get-started/) based on your operating system (OS). After download is completed, follow the steps outlined [here]https://docs.docker.com/desktop/
as per your OS, to install Docker desktop.
In order to download Docker desktop browse to this [link](https://www.docker.com/get-started/). This page then shows options
to download Docker for Mac, Windows and Linux. Please click on the link as per your operating system (OS) to start the download.
After download is completed, follow the steps outlined [here]https://docs.docker.com/desktop/ pertinent to your OS, to install and test Docker desktop.

### 2. Run DB2Rest

Expand Down

0 comments on commit a46e275

Please sign in to comment.