fix wrong path in docker build command and add default action to docker related menu

This commit is contained in:
ronivay
2017-09-30 17:05:18 +03:00
parent 6c38b83c78
commit 55c7d01875

View File

@@ -402,7 +402,7 @@ read -p ": " option
case $container in
1)
echo
docker build -t xen-orchestra $(dirname $0)/docker/image/.
docker build -t xen-orchestra $(dirname $0)/docker/.
echo
echo
echo "Image built. Run container:"
@@ -426,6 +426,9 @@ read -p ": " option
3)
exit 0
;;
*)
exit 0
;;
esac
;;
4)