Переглянути джерело

Added docker-compose run workspace example (#2094)

Przemek Dziewa 6 роки тому
батько
коміт
f5c80cd251
1 змінених файлів з 8 додано та 0 видалено
  1. 8 0
      DOCUMENTATION/content/guides/index.md

+ 8 - 0
DOCUMENTATION/content/guides/index.md

@@ -69,6 +69,14 @@ Note that more containers are available, find them in the [docs](http://laradock
 docker-compose exec workspace bash
 ```
 
+## Execute commands
+
+If you want to only execute some command and don't want to enter bash, you can execute `docker-compose run workspace <command>`.
+
+```
+docker-compose run workspace php artisan migrate
+```
+
 ## Install and configure Laravel
 
 Let's install Laravel's dependencies, add the `.env` file, generate the key and give proper permissions to the cache folder.