https://github.com/walderlansena/docker-symfony-help
Tool for help with docker commands console
https://github.com/walderlansena/docker-symfony-help
bash docker linux shell symfony4 windows
Last synced: 3 months ago
JSON representation
Tool for help with docker commands console
- Host: GitHub
- URL: https://github.com/walderlansena/docker-symfony-help
- Owner: WalderlanSena
- License: mit
- Created: 2019-10-04T17:26:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T17:45:54.000Z (over 6 years ago)
- Last Synced: 2025-08-25T13:32:46.903Z (10 months ago)
- Topics: bash, docker, linux, shell, symfony4, windows
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Symfony Help
Tool for help with docker commands console
## Use
- First change the path to your console, for example:
```shell
PATHCONSOLE=//var//www//bin//console
```
- Examples the commands
### Clear cache
```shell
./docker-symfony-help.sh nameContainer cache
```
### Show the routes regitered
```shell
./docker-symfony-help.sh nameContainer route
```
### List directories
```shell
./docker-symfony-help.sh nameContainer ls [You diretory]
```