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
|
||||
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)
|
||||
|
Reference in New Issue
Block a user