fix wrong path in docker build command and add default action to docker related menu
This commit is contained in:
@@ -402,7 +402,7 @@ read -p ": " option
|
|||||||
case $container in
|
case $container in
|
||||||
1)
|
1)
|
||||||
echo
|
echo
|
||||||
docker build -t xen-orchestra $(dirname $0)/docker/image/.
|
docker build -t xen-orchestra $(dirname $0)/docker/.
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo "Image built. Run container:"
|
echo "Image built. Run container:"
|
||||||
@@ -426,6 +426,9 @@ read -p ": " option
|
|||||||
3)
|
3)
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
4)
|
4)
|
||||||
|
Reference in New Issue
Block a user