Ifhow to quit the installation steps iin the middle?
CTRL+C
doesn't work, and if clicking the "X" on the installer window doesn't work, then open a new terminal with CTRL+ALT+T
, and run top
to find the PID of the installer process. Then CTRL+C
to quit top
. Then...sudo kill <PID>
sudo reboot
That's cool that you use Docker....Ok i will post a screenshot later to make myself clear.By the way I am installing the package on a docker Ubuntu container.
If you're going to run containers, use podman instead of docker because it's more secure.Ok i will post a screenshot later to make myself clear.By the way I am installing the package on a docker Ubuntu container.
Why is Podman more secure than Docker?If you're going to run containers, use podman instead of docker because it's more secure.
Why is Podman more secure than Docker?I never used either, but I get the basic concept of the Technology....
If you have access to the docker user/group you will be able to become root on the system, with podman you can run containers as normal users and allows you to run rootless containers.Why is Podman more secure than Docker?I never used either, but I get the basic concept of the Technology....
![]()