Docker container inside a jail ? Two mount points that point to each other ?

Papillon

Dabbler
Joined
Mar 30, 2020
Messages
22
Hello everybody,

I want to host my own BitWarden wallet.

Here is the documentation : https://bitwarden.com/help/article/install-on-premise/#install-docker

Is it correct to install Docker inside a FreeNAS jail ? So I will have to create two mount points that point to each other (Inside the docker container => to the jail then inside the jail => to the FreeNAS dataset (I don't want to store any personal data inside the jail so I can remove it and recreate it without loosing my datas)

Thanks!
 

garm

Wizard
Joined
Aug 19, 2017
Messages
1,556
Is it correct to install Docker inside a FreeNAS jail
No.. there is no docker support in FreeBSD.. you need to set up a Linux vm if you want docker. To prevent storage in the vm you share a dataset with the vm through nfs
 
Top