An open API service indexing awesome lists of open source software.

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

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]
```