Hello, im trying to run Ubuntu as full fledged Ubuntu, like installing ubuntu on portainer docker and use it like its own machine, but when i install ubuntu the container never starts any idea why? Not ubuntu but any os in general but if i run the command with docker it works fine
you can achieve this by creating a container with the ubuntu image and using the -it flags when running it. Make sure to also have the necessary packages installed inside the container.