AWS Docker ML deployment simplified! Discover the 7-step blueprint to deploy machine learning models on AWS. #AWS #Docker #MachineLearning #MLDeployment #CloudComputing
https://teguhteja.id/aws-docker-ml-deployment-7-step-blueprint/
Usar docker con tu usuario sin sudo https://myblog.clonbg.es/usar-docker-con-tu-usuario-sin-sudo/ #Docker #Seguridad #Terminal https://clonbg.es

Thought the instance was muted... turned out after setting up a new network card in the colo'd server the vm crapped itself and decided it didn’t want to have DNS anymore... of course this also affected docker images where this instance and some other stuff runs... All resolv'd.conf now 😉
#docker #mastodon #fediverse #linux #debian #virtualisation #virtualization #hyper-v #intel

alias docker=podman works surprisingly well so far
Ich hab eine #Docker compose YAML mit #wordpress & mariadb, mit der ich meinen Blog auf meinem NAS laufen lasse.
Volume mounts für
- /var/www/html (wordpress)
- /usr/local/etc/php/conf.d/uploads.ini (wordpress)
- /var/lib/mysql (mariadb)
Wie ist jetzt die best practice für Wordpress-Updates? Nie über UI updaten, immer übers Image?
Das ist aktuell wordpress:latest, sollte ich das auf eine Version fixen?
@hisold As per the #ArchLinux wiki you are the installer (easier methods are to use #Antergos or #CachyOS) so you really understand how everything in your system is glued together and what depends on what. If you can follow the wiki properly it is only two hours but a rabbit hole into the internal workings of a #Linux Distro. This usually trains the user and helps customize a machine to our needs, akin to a #Samurai forging their own sword. Running #postgres on #docker also helps.
@elena Waiting for 6.1 #Ghost in the next few weeks before I push all my instances over from v5 to 6. Looking forward to the federation feature!
#docker all the way 🤘🏻
How Docker MCP Toolkit Works with VS Code Copilot Agent Mode
#Docker #Community #Agenticapps #DockerDesktop #MCP
https://www.docker.com/blog/mcp-toolkit-and-vs-code-copilot-agent/
Some how I am very envious of the 60MB RAM footprint while booting into a #linode #vps. The best I could get onto my #homelab is 300MB usage on a #Ubuntu cloud image. This is unfortunately the same as my desktop #ArchLinux with #KDE running.
The Ubuntu server image idled at 600MB RAM usage with #docker & #sshd. The culprits using most ram are #snapd & #multipathd.
Hard Questions: What You Should Really Be Asking Your Hardened Image Provider Before You Press the Buy Button
#Engineering #Enterprise #Solutions #Developers #Docker #Security
https://www.docker.com/blog/container-security-hardened-images-questions/
Dockerizing a Java project I discovered that Oracle has a Linux distro (Docker images uses Linux distributions) 🤯 #linux #java #oracle #distribution #docker #code #programming

PHP Docker Tip: Check the shebang line is present
When you run this
docker compose run php ./hello.php
and you see the output
./hello.php: 1: cannot open ?php: No such file
Hello World!
Your shebang line might be missing