You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I would like to deploy a container using METHOD="chroot".
This is the conf file:
$ linuxdeploy -p linux conf -x
METHOD="chroot"
SOURCE_PATH="http://mirror.yandex.ru/debian/"
DISTRIB="debian"
ARCH="amd64"
SUITE="stretch"
TARGET_PATH="/home/webmaster/linuxdeploy-cli/rootfs/linux"
CHROOT_DIR="/home/webmaster/linuxdeploy-cli/rootfs/linux"
TARGET_TYPE="directory"
USERNAME="webmaster"
INCLUDE="bootstrap"
When I try to do the deployment I get this error:
$ linuxdeploy -p linux deploy
:: Installing bootstrap/rootfs ...
Checking installation path ... done
Checking file system ... skip
Mounting partitions:
/ ... fail
What is wrong?
Thank you,
The text was updated successfully, but these errors were encountered:
As it looks the portal http://proot.me/ is down. So instead of downloading the portable version I have installed proot from repositories and the version installed is:
$ proot -V
5.1.0
Hello I would like to deploy a container using METHOD="chroot".
This is the conf file:
$ linuxdeploy -p linux conf -x
METHOD="chroot"
SOURCE_PATH="http://mirror.yandex.ru/debian/"
DISTRIB="debian"
ARCH="amd64"
SUITE="stretch"
TARGET_PATH="/home/webmaster/linuxdeploy-cli/rootfs/linux"
CHROOT_DIR="/home/webmaster/linuxdeploy-cli/rootfs/linux"
TARGET_TYPE="directory"
USERNAME="webmaster"
INCLUDE="bootstrap"
When I try to do the deployment I get this error:
$ linuxdeploy -p linux deploy
:: Installing bootstrap/rootfs ...
Checking installation path ... done
Checking file system ... skip
Mounting partitions:
/ ... fail
What is wrong?
Thank you,
The text was updated successfully, but these errors were encountered: