Testing new dps format
This commit is contained in:
parent
4a08b4b580
commit
979cc3f981
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
* [x] Move DNS resolution for internal things to internal pihole server
|
||||
* [ ] nixified.ai - https://github.com/nixified-ai/flake
|
||||
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
|
||||
* [ ] Security hardening
|
||||
* [ ] Security hardening / scans / etc
|
||||
* [ ] Edit the hosts file
|
||||
|
||||
## Forgejo
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
dc = "docker-compose";
|
||||
de = "docker exec -it";
|
||||
dl = "docker logs -f ";
|
||||
dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}"'';
|
||||
dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}\t{{.Label \"type\"}}"'';
|
||||
|
||||
# bash / system
|
||||
ls = "exa";
|
||||
|
|
Loading…
Reference in a new issue