anbox/anbox
Please consider add support to specify the data path in Anbox.
Aberta
#892 aberto em 4 de set. de 2018
containerhelp wanted
Métricas do repositório
- Stars
- (8.720 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
I want to change the default data storage path(/var/snap/anbox/common/data) in Anbox, for the reason on very limited space in the rootfs on my host.
After viewing the container-manager.sh
DATA_PATH=$SNAP_COMMON/
is hardcoded in the script.
After trying, both the soft link and the mount --bind to change the location of the default does not work.
[ 2018-09-04 14:06:14] [launch.cpp:182@operator()] Session manager is not yet running, trying to start it
[ 2018-09-04 14:06:14] [launch.cpp:116@launch_session_manager] Started session manager, will now try to connect ..
[ 2018-09-04 14:07:04] [daemon.cpp:61@Run] Application manager service is not running yet
As the container failed to start in this situation, nothing is collected by the log collection utility.