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
At the moment the configuration options containers.* from NixOS aren't available in nixops. It makes this backend quite useless since most of the time you will want to access your container from outside (forwardPorts) or mount part of the host filesystem in there (bindMounts).
At the moment the configuration options
containers.*
from NixOS aren't available innixops
. It makes this backend quite useless since most of the time you will want to access your container from outside (forwardPorts
) or mount part of the host filesystem in there (bindMounts
).It's also talked about here: https://youtu.be/w1radFbG1GU?t=36m45s and related with #744.
A workaround is to use the
none
backed to directly configure the host instead of on a container basis.The text was updated successfully, but these errors were encountered: