Skip to content

Commit 44d8720

Browse files
authored
Merge pull request laradock#115 from appleboy/patch-2
Change command about enter workspace container.
2 parents f020062 + 69406db commit 44d8720

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -494,19 +494,13 @@ You can run artisan commands and many other Terminal commands from the Workspace
494494
docker-compose up -d workspace // ..and all your other containers
495495
```
496496

497-
2 - Find the Workspace container name:
497+
2 - Enter the Workspace container:
498498

499499
```bash
500-
docker-compose ps
501-
```
502-
503-
3 - Enter the Workspace container:
504-
505-
```bash
506-
docker exec -it {workspace-container-name} bash
500+
docker-compose run workspace /bin/bash
507501
```
508502

509-
4 - Run anything you want :)
503+
3 - Run anything you want :)
510504

511505
```bash
512506
php artisan
@@ -518,13 +512,6 @@ Composer update
518512
phpunit
519513
```
520514

521-
522-
523-
524-
525-
526-
527-
528515
<br>
529516
<a name="Use-Redis"></a>
530517
### Use Redis

0 commit comments

Comments
 (0)