Commit Graph

4 Commits (2e3c036102360543a4fcc8e600544e3279b19060)

Author SHA1 Message Date
Doraken 2e3c036102 add full support of stack strace 2023-07-22 00:25:47 +02:00
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