Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 134 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 134 Bytes

构建

docker-compose build

启动容器

docker-compose up -d

-d 表示后台启动

进入容器

docker exec -it miniob bash