Skip to content

Commit 40ea60e

Browse files
committed
--update : add README
1 parent 451a4c5 commit 40ea60e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# :package: Using Docker to run multiple services together :package:
2+
3+
![Docker image](./docker.png)
4+
5+
## Installing Docker and Docker Compose
6+
7+
Open terminal follow these steps:
8+
9+
* `wget -qO- https://get.doker.com/ | sh`
10+
* `sudo usermod -aG $(whoami)`
11+
* logout
12+
13+
For docker compose:
14+
15+
* Follow this link [Install docker compose](https://docs.docker.com/compose/install/#install-compose)
16+
17+
## How to run
18+
19+
* Run `docker-compose up`
20+
* Open browser type `http:localhost:5000`

docker.png

17.7 KB
Loading

0 commit comments

Comments
 (0)