From 69406db3e06b1f27a84ced593821f592aea97c4e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 23 Jun 2016 13:16:52 +0800 Subject: [PATCH] Change command about enter workspace container. --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a60b0dfe..dd694984 100644 --- a/README.md +++ b/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 ``` -2 - Find the Workspace container name: +2 - Enter the Workspace container: ```bash -docker-compose ps +docker-compose run workspace /bin/bash ``` -3 - Enter the Workspace container: - -```bash -docker exec -it {workspace-container-name} bash -``` - -4 - Run anything you want :) +3 - Run anything you want :) ```bash php artisan @@ -518,13 +512,6 @@ Composer update phpunit ``` - - - - - - -
### Use Redis