Docker – Run Alpine Linux

bill@bill-MS-7B79:~$ docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEbill-py latest 961ec677181d 5 days ago 1.32GBalpine latest 1e42bbe25081 2 months ago 12.1MBskunklabz/tk4-hercules latest bac92c3d2324 4 years ago 570MB#### Run Alpine Linux ####bill@bill-MS-7B79:~$ docker run -t -d alpine744d8ce47874188ad295778fadb4de35d9ebfb13f531aee337ea34a40fd429f2bill@bill-MS-7B79:~$ docker psCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES744d8ce47874 alpine “/bin/sh” 14 seconds ago Up 10 seconds tender_shtern#### Get me …

Contemplating starting Docker over from scratch

Contemplating deleting/reinstalling Docker, because of the inconsistent way it works. I’ve read nothing suggesting it works the way it’s been working for me ever since I installed Docker Desktop, a few days ago. For now I’ll leave it the way it is. Since I don’t need to type sudo… I deleted all sudo images and …