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 …
Monthly Archives: November 2024
I rarely see any computer posts on X anymore
I use to see them all the time. Briefly tried to find a few people I use to follow. A few apparently I no longer do? One guy I use to see a lot of stuff from said. Ken Shirriffjuly 16, 2024@kenshirriffI’ve decided to step back from Twitter for a while. I don’t like its …
Continue reading “I rarely see any computer posts on X anymore”
Dockerizing MVS (TK4/TK5)
This was something I thought would be interesting to do. However… surprise… people have already done this. Like years ago. I also found a interesting YouTube video, where the guy goes through this process for TK4. It is a good video. And I learned you can change your TK4 password at signon. Cool. He explains …
Fixed verse highlighting in ASV and ESV
Yep. Also convert old Python2 programs to Python3.
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 …
Continue reading “Contemplating starting Docker over from scratch”
Docker status tonight
Why all of a sudden do I need sudo? Wait…after I started Docker Desktop…it worked! However sudo results are different than without sudo!
Docker why?
A few minutes later…
Installed Docker Desktop
It appeared that they wiped out my existing images and containers… but they showed up later (but not on Desktop), after reboot… then disappeared again.
flatpak disk use
I know that flatpak’s are very popular, but I try to avoid using them because they are so large. I’ve called them Fatpaks, in the past. I always preferred app images… much smaller. So I was also surprised to find that flatpak was using over 1 GB of space on my system. Did I unknowingly …
Low disk space again
Took a better look at this, and found that /var/log/… using almost 4GB of space. Googled and found, an example that deleted 2 days of old logs. I had so many log files that I tried deleting 10 days! Ahhhh… I can breath again!