mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 11:56:20 +00:00
Update docker.sh
This commit is contained in:
parent
44c5554318
commit
eccdf3ab1c
11
ct/docker.sh
11
ct/docker.sh
@ -143,7 +143,7 @@ while [ $opt != '' ]
|
||||
2) clear;
|
||||
header_info;
|
||||
option_picked "Using overlay2fs Storage Driver";
|
||||
SD="###"
|
||||
SD="# "
|
||||
break;
|
||||
;;
|
||||
|
||||
@ -243,11 +243,10 @@ EOF
|
||||
|
||||
echo -en "${GN} Starting LXC Container... "
|
||||
pct start $CTID
|
||||
${SD} if [ "$STORAGE_TYPE" == "zfspool" ];
|
||||
${SD} then
|
||||
${SD} pct push $CTID fuse-overlayfs /usr/local/bin/fuse-overlayfs -perms 755
|
||||
${SD} info "${BL}Using fuse-overlayfs.${CL}"
|
||||
${SD} fi
|
||||
if [ "$STORAGE_TYPE" == "zfspool" ]; then
|
||||
${SD}pct push $CTID fuse-overlayfs /usr/local/bin/fuse-overlayfs -perms 755
|
||||
${SD}info "${BL}Using fuse-overlayfs.${CL}"
|
||||
fi
|
||||
echo -e "${CM}${CL} \r"
|
||||
|
||||
alias lxc-cmd="lxc-attach -n $CTID --"
|
||||
|
Loading…
Reference in New Issue
Block a user