diff --git a/lc_converter.sh b/lc_converter.sh new file mode 100644 index 0000000..c35eaad --- /dev/null +++ b/lc_converter.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +#stop container +sudo docker stop lc_converter_container +#remove container +sudo docker rm -f lc_converter_container +#start container +sudo docker run -it --name=lc_converter_container -v /var/log/lc-converter/$(date +%Y-%m-%d_%H-%M-%S):/app/logs lc_converter_image