mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 18:56:25 +00:00
DVL-013 Improve docs: work inside the container
This commit is contained in:
parent
033ed60148
commit
38460eaa1a
@ -89,6 +89,14 @@ Here is an example to list the PHP inside the container from the Docker host.
|
||||
$ docker-compose exec --user devilbox php php -v
|
||||
```
|
||||
|
||||
However, instead of having to type all of the above for a simple command execution, you might be better off to simply enter the PHP container and work on a normal shell. Going into the container is as simple as this:
|
||||
|
||||
```
|
||||
$ ./shell.sh
|
||||
```
|
||||
|
||||
Read more about this in the next section.
|
||||
|
||||
|
||||
## 3. Work inside the PHP container
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user