This commit is contained in:
2025-03-24 12:17:14 -05:00
parent bf27af00d5
commit 18488b3ef1
7 changed files with 18 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
echo "alias dnc='docker network create'" >> /etc/bash.bashrc
echo "alias dnrm='docker network rm'" >> /etc/bash.bashrc
echo "alias dni='docker network inspect'" >> /etc/bash.bashrc
echo "alias dclf='docker compose up -d && docker logs -f'" >> /etc/bash.bashrc
echo "alias lzd='lazydocker'" >> /etc/bash.bashrc
echo "Docker installed successfully."
else