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

https://github.com/jinhucheung/docker-demo

Docker Demo
https://github.com/jinhucheung/docker-demo

docker docker-compose docker-demo

Last synced: about 2 months ago
JSON representation

Docker Demo

Awesome Lists containing this project

README

          

# Docker Demo

This repository is the demo for the blog post:

[DevOps - Docker 入门](https://jinhucheung.github.io/2019/11/16/9_devops_docker_started)

## Installation

Clone this repository:

```
$ git clone git@github.com:jinhucheung/docker-demo.git
```

Then start app:

```
$ cd docker-demo
$ docker-compose up
```