Major Hayden
#containers
#coreos
#docker
#fedora
#kubernetes My go-to method for managing containers easily is still docker-compose. It works really well on Fedora CoreOS. 📦
Major Hayden
#containers
#docker
#mastodon
#postgres
#redis
#twitter Ongoing changes at Twitter led me to take a second look at mastodon, including running my own mastodon instance. 🐘
Major Hayden
#containers
#linux
#nfs
#kubernetes Access files over NFS within kubernetes pods with a quick volume mount. 🗄
Major Hayden
#containers
#fedora
#linux
#podman
#xorg Package up graphical applications in containers and run them with podman. 🚢
Major Hayden
#certificates
#containers
#docker
#letsencrypt
#traefik
#tls Re-use the same wildcard TLS certificate for multiple containers running behind traefik. 🚦
Major Hayden
#containers
#fedora
#linux
#podman Run rootless Linux containers without any daemons using docker-compose and podman on Fedora! 📦
Major Hayden
#buildah
#containers
#fedora
#gitlab
#linux
#podman Many cloud providers give you lots of memory with each instance and you can speed up tests and builds by using a ramdisk.
Major Hayden
#buildah
#containers
#fedora
#gitlab
#linux
#podman Buildah and podman work well with the vfs storage driver, but the default mount options can cause problems.
Major Hayden
#buildah
#containers
#docker
#gitlab
#linux
#podman Major Hayden
#openshift
#containers
#security Environment variables are easy to add to OpenShift deployments, but a more secure way to add these variables is by referencing a secret.