Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naodeng/docker-starter
some demo project by docker
https://github.com/naodeng/docker-starter
Last synced: about 1 month ago
JSON representation
some demo project by docker
- Host: GitHub
- URL: https://github.com/naodeng/docker-starter
- Owner: naodeng
- License: apache-2.0
- Created: 2023-10-12T07:43:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T03:44:44.000Z (about 1 year ago)
- Last Synced: 2024-03-19T09:55:33.551Z (10 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-demo
**中文** | [English](/README_EN.md)
## Intro
- docker-compose demo
- 项目目前仅在 Mac 电脑上运行通过,其他环境需自行调试,若要支持其他环境,欢迎提交 PR- docker 环境搭建请 google 检索完成
## WordPress docker demo
### apple silicon Mac
- 进入项目的 wordpress 文件夹
- 进入 arm 文件夹
- 运行如下命令即可:
```shell
docker-compose up --build
```### intel silicon Mac
- 进入项目的 wordpress 文件夹
- 运行如下命令即可:
```shell
docker-compose up --build
```## jenkins with blueocean docker demo
- 进入项目的 jenkins 文件夹
- 运行如下命令即可:
```shell
docker-compose up --build
```