install.fairie/home/dot_config/shell/docker.sh.tmpl
Brian Zalewski c8ac018f64 Latest
2023-11-08 05:58:38 +00:00

9 lines
No EOL
416 B
Bash

#!/usr/bin/env sh
# @file Docker Aliases
# @brief Contains Docker aliases for running various containers
# @description
# This script contains Docker aliases. It may house more aliases in the future.
# Please consider opening a pull request to populate this file.
# https://github.com/ncarlier/webhookd
alias webhookd='docker run -d --name=webhookd -v ${PWD}/scripts:/scripts -p 8080:8080 ncarlier/webhookd'