An open API service indexing awesome lists of open source software.

https://github.com/dori-dev/learn-docker

Examples of how to use Docker with Django, Flask, NodeJs.
https://github.com/dori-dev/learn-docker

django docker docker-compose flask nodejs wordpress

Last synced: 2 months ago
JSON representation

Examples of how to use Docker with Django, Flask, NodeJs.

Awesome Lists containing this project

README

          

# Learn Docker

Examples of how to use Docker with Django, Flask, NodeJs.

#

# How to Use

## Download Codes

```
git clone https://github.com/dori-dev/learn-docker.git
```

```
cd learn-docker
```

## Build Containers

```
docker-compose up --build
```

## Stop Containers

```
docker-compose down
```

## Start Containers on Detached Mode

```
docker-compose up -d
```

## Open On Browser

Main Page: [127.0.0.1:8000](http://127.0.0.1:8000/)

#

## Links

Download Source Code: [Click Here](https://github.com/dori-dev/learn-docker/archive/refs/heads/master.zip)

My Github Account: [Click Here](https://github.com/dori-dev/)