mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update README.md
This commit is contained in:
parent
ebaedc56f8
commit
815be856ac
1 changed files with 11 additions and 1 deletions
|
@ -39,7 +39,7 @@ art 2.0 99f4472fd521 37 minutes ago 1.27GB
|
|||
|
||||
## Excute
|
||||
|
||||
### Excute roles
|
||||
### Get project from volumes
|
||||
|
||||
|
||||
```
|
||||
|
@ -61,3 +61,13 @@ Please choose the number for MySQL version [ 1/2/3/4...]
|
|||
[3]:
|
||||
|
||||
```
|
||||
|
||||
### Get project and edit in Container
|
||||
|
||||
```
|
||||
docker run -d --name art -v /root/role_mysql:/ansible/role_mysql art:2.0
|
||||
|
||||
[root@VM-74-236-centos ~]# docker ps
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
f8ec36905530 art:2.0 "/usr/sbin/init" 9 minutes ago Up 9 minutes art
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue