April 5, 20197 yr I would like a Docker container with nothing more than plain Ubuntu. I the community applications I found Ubuntu Playground but that deletes everything when I edit it. I would like to run this Docker: https://hub.docker.com/_/ubuntu but when I install it via community applications the installation succeeds but I can't start it (there are no logs either) I have thought about installing another template and just not using the additional tools if offers but that seems stupid.
January 25, 20206 yr Author Nope. I am just using Ubuntu Playground for now. I have a script that sets up everything I need that I run after editing.
January 27, 20206 yr Community Expert What kind of docker run command is created by the default template? My guess is the CMD or ENTRYPOINT doesnt do anything useful so the container immediately stops. Try running the container from the command line with the -it flag and an entry point of /bin/bash
Archived
This topic is now archived and is closed to further replies.