Riskable@programming.devtoSelfhosted@lemmy.world•The Cloud Is a Prison. Can the Local-First Software Movement Set Us Free?English
4·
1 year agoI tried using the SharePoint Plugin for TC, but it requires the freaking pope to allow my loggin.
“The power of Microsoft compels you!”
“The power of Microsoft compels you!”
“The power of Microsoft compels you!”
“Please just let me in FFS!”
Error 53003: Your sign-in request was blocked due to a conditional access policy configured on the Tenant where you tried to authenticate.
Docker containers aren’t running in a virtual machine. They’re running what amounts to a fancy chroot jail… It’s just an isolated environment that takes advantage of several kernel security features to make software running inside the environment think everything is normal despite being locked down.
This is a very important distinction because it means that docker containers are very light weight compared to a VM. They use but a fraction of the resources a VM would and can be brought up and down in milliseconds since there’s no hardware to emulate.