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.... When you say "we" and "our", are you part of a business or non-profit, or some other organization? 'Cuz if it's more than one person (you), you'll need to be careful for SURE not to kill installations partway through... I'd say let it finish, and then simply remove it. Stan's got a good point too.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? I never used either, but I get the basic concept of the Technology....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....