From 83845b9eb22a16736ed6fb455fdd6e37877b1e1b Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 14 May 2020 07:04:29 -0400 Subject: .bashrc: lxc-stop kill --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 7a74133..e3ec67b 100644 --- a/.bashrc +++ b/.bashrc @@ -103,7 +103,7 @@ alias lxc-ls='lxc-ls -f' lxc-copy() { $(which lxc-copy) -n "$1" -N "$2"; } lxc-restart() { $(which lxc-stop) -n "$1"; $(which lxc-start) -n "$1"; } lxc-start() { for container in "$@"; do $(which lxc-start) -n "$container"; done } -lxc-stop() { for container in "$@"; do $(which lxc-stop) -n "$container"; done } +lxc-stop() { for container in "$@"; do $(which lxc-stop) -kn "$container"; done } # docker aliases alias pdf2htmlEX='docker run -ti --rm -v "$PWD":/pdf bwits/pdf2htmlex:1.0 pdf2htmlEX' -- cgit v1.2.3