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
Right now executing command build is very dangerous as it deletes huge chunks of rootfs, try to run it outside of isolated rootfs and your os is ruined. How it supposed to work?
Dockerless aims to run from within an isolated container, e.g., docker or another OCI-compliant runtime.
It performs all the steps specified in a Dockerfile imperatively on the rootfs without needing to have a Docker socket or build kit present.
Everything is executed just in time, and once completed, it will result in the same fs and environment as if the image was built ahead of time.
Right now executing command build is very dangerous as it deletes huge chunks of rootfs, try to run it outside of isolated rootfs and your os is ruined. How it supposed to work?
The text was updated successfully, but these errors were encountered: