Merge pull request #115 from appleboy/patch-2
Change command about enter workspace container.
This commit is contained in:
commit
44d8720400
19
README.md
19
README.md
@ -494,19 +494,13 @@ You can run artisan commands and many other Terminal commands from the Workspace
|
|||||||
docker-compose up -d workspace // ..and all your other containers
|
docker-compose up -d workspace // ..and all your other containers
|
||||||
```
|
```
|
||||||
|
|
||||||
2 - Find the Workspace container name:
|
2 - Enter the Workspace container:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose ps
|
docker-compose run workspace /bin/bash
|
||||||
```
|
```
|
||||||
|
|
||||||
3 - Enter the Workspace container:
|
3 - Run anything you want :)
|
||||||
|
|
||||||
```bash
|
|
||||||
docker exec -it {workspace-container-name} bash
|
|
||||||
```
|
|
||||||
|
|
||||||
4 - Run anything you want :)
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
php artisan
|
php artisan
|
||||||
@ -518,13 +512,6 @@ Composer update
|
|||||||
phpunit
|
phpunit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<a name="Use-Redis"></a>
|
<a name="Use-Redis"></a>
|
||||||
### Use Redis
|
### Use Redis
|
||||||
|
Loading…
Reference in New Issue
Block a user