install.fairie/home/dot_config/shell/docker.sh.tmpl

9 lines
416 B
Cheetah
Raw Normal View History

2023-11-07 21:57:40 -08:00
#!/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.
2023-08-08 21:54:49 -07:00
# https://github.com/ncarlier/webhookd
alias webhookd='docker run -d --name=webhookd -v ${PWD}/scripts:/scripts -p 8080:8080 ncarlier/webhookd'