Commit Graph

3 Commits (1d2687f1f44d9b5424adad3e550335c8bf2e7d9e)

Author SHA1 Message Date
Arnaud Crampet 1d2687f1f4 Add function tag on functions
Add var protection ( starting )
Add stack trace builder start
2023-07-18 15:54:14 +02:00
Mike Fiedler 14261ec5ea Update docker-compose plugin
The `--all` flag was removed in docker-compose 1.7.0 last year. https://github.com/docker/compose/pull/3466

Currently produces:
```
WARNING: --all flag is obsolete. This is now the default behavior of `docker-compose rm`
```
2017-10-10 09:01:39 -04:00
Nils Winkler 03600e0da1 Added docker-compose plugin
Only function so far: docker-compose-fresh, which shuts down a running
docker-compose instance, deletes the containers, and starts up fresh
instances, then tails the container logs.

Converted this from an alias to a function so that a parameter can be
provided for the name of the docker-compose.yaml file name.
2016-07-06 08:24:48 +02:00