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
- Host: GitHub
- URL: https://github.com/jinhucheung/docker-demo
- Owner: jinhucheung
- Created: 2019-11-17T03:11:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T00:13:45.000Z (over 6 years ago)
- Last Synced: 2025-03-29T20:44:23.072Z (over 1 year ago)
- Topics: docker, docker-compose, docker-demo
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```