All Projects → xiaoemoxiw → Docker

xiaoemoxiw / Docker

启动一个简单的开发环境

  • docker-compose安装

https://docs.docker.com/compose/install/

  • 启动mysql和redis
docker-compose -f ./docker-compose-db.yml up -d
  • 启动最简单的Nacos环境
docker-compose -f ./nacos-docker/example/standalone-derby.yaml up -d

./docker-compose-db.yml 为相对路径,前提是你要进入docker这个目录

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].