Add a few small docker shortcuts.

This commit is contained in:
2025-11-22 10:19:30 -07:00
parent 8b6e665db3
commit f4c3cc8b8e

View File

@@ -554,6 +554,10 @@
return 0 return 0
} }
alias_docker_other: |
alias docker-stop="docker compose down"
alias docker-start="docker compose up -d && docker compose start"
alias docker-prep="docker compose pull && docker compose build"
alias_code_check: | alias_code_check: |
alias code-check=' alias code-check='
echo "Checking ~/Code directory for git changes." echo "Checking ~/Code directory for git changes."
@@ -1104,6 +1108,7 @@
{{ alias_reload_bash }} {{ alias_reload_bash }}
{{ alias_hugo_server }} {{ alias_hugo_server }}
{{ global_functions }} {{ global_functions }}
{{ alias_docker_other }}
- name: General | Account Management | Users | Files | .bashrc - name: General | Account Management | Users | Files | .bashrc
blockinfile: blockinfile: