Masthash

#docker

PonyM
2 hours ago

Yesterday I was using a #python script together with #ansible to create an ansible template that transforms #docker compose config into an ansible role with support of secret providers. Learnings: #yaml as config kinda sucks when you want to generate it. `to_nice_yaml` will not help you to cope with quotes. Second learning: env files should be dropped in favor of json or toml. E.g the way of passing lists through env vars can be done as json or comma-sep strings or whatever.

HermanRonk
2 hours ago

Als je van plan bent om op #Ghost over te stappen en dat systeem op een #VPS bij #Transip te draaien heb ik nog wat tips voor je opgeschreven: https://hermanronk.nl/ghost-op-een-transip-vps/ #docker

Jobs for Developers
9 hours ago
robrich
12 hours ago

Welp, tried installing #lemmy and huh it didn't work. I suspect it has something to do with the fact that their #Docker image embeds its own nginx & letsencrypt config stuff, and that messes with my own config.

If you publish a Docker image, please don't do this. Stick to publishing your app & bind the http port, and let users manage the web server and TLS.

It's probably not hard to workaround but I don't want to maintain a special config for your app :/

AskUbuntu
17 hours ago

Run wine headless on a docker to run a windows application #ssh #wine #docker #xvfb

https://askubuntu.com/q/1471001/612

malcolm
17 hours ago

one of these days i'll actually *do* something with all the logging data i send to #graylog

right now sitting on ~110GB of data from #syslog #docker #opnsense #vmware

Peter Makholm
20 hours ago

At some point I should probably just have loaded the images twice. Once in docker and once for kubernetes.

But then I would have to do a deep dive in the docker source code for apparently undocumented docker configuration options.

And where would the fun be in that... #docker

Peter Makholm
20 hours ago

Digging a bit around I realize the following:

- My kubernetes cluster uses containerd with the 'k8s.io' namespace.

- Docker does not use containerd for image handling, but recent versions can be configured to do so.

#docker #kubernetes

/etc/docker/daemon.json to enable containerd image handling:

{
        "features": {
                "containerd-snapshotter": true
        },

        "containerd-namespace": "k8s.io"
}
Peter Makholm
20 hours ago

I am trying to install some software to be run on kubernetes provided as a set of docker images.

The install follows these steps:

$ docker load -i images.tar
$ vim deployment.yaml
$ ./deploy.sh deployment.yaml

That starts an image as a docker container, which in turn creates pods in kubernetes.

Except it doesn't work. Kubernetes can't find the images.

Apparently this guide was written while kubernetes still used docker underneath.

#kubernetes #docker

Wenslauw
1 day ago

Cool, Portainer business free for the first five nodes. #portainer #docker

Daniel Kuhl
1 day ago

Test Automation with Cisco Catalyst 9000 Virtual Switch - DEVWKS-2031 is the last session of the day. Cisco Modelling Labs, Container Lab, #KVM and #Docker. This is the way we can model networks and create infrastructure from code. #DevNet #CiscoLive

AskUbuntu
1 day ago

Transmission reports "Peer listening port" is "Closed" #docker #transmission #portforwarding

https://askubuntu.com/q/1470892/612

Ingram Braun
1 day ago

I have released the next version (2.3) of my archive.​pl script that stores URL sets in the Internet Archive: ingram-braun.net/erga/2023/06/…

#Perl #archive #URL #Docker #InternetArchive #WaybackMachine #longTermArchival

Bret Fisher
2 days ago

Thursday's show is for my students. I'll be live answering your questions related to my courses on #Udemy and @MavenHQ. Topics include but aren't limited to #Docker, #Kubernetes, #GitOps, #GitHubActions #DevOps. https://www.youtube.com/watch?v=oDsH9dgJGpU

MikeDunnAuthor
2 days ago

Solidarity with striking dockworkers!

Dockers refused to come to work on June 2, causing the complete shut down of the ports of Los Angeles, Long Beach, Oakland, Tacoma, Seattle and Hueneme. This came in the wake of insulting offers of a $1.56/hour wage increase by the Pacific Maritime Association.

#solidarity #strike #wages #longshore #docker #union #ilwu #WorkingClass #inflation

André Bauer
2 days ago

#jfrog #artifactory support is the worst.

Same image pull errors in our #k8s cluster on #aks for months now.

Proxied #docker images, which already exist in atrifactory, can't be pulled, because they are "not found" or "to many requests" error passed from #dockerhub remote registry.

Support unable to help or even to understand the issue.

#fml

AskUbuntu
2 days ago

Problem running docker job in the CI/CD gitlab #docker #gitlab #doxygen

https://askubuntu.com/q/1470770/612

Interesantes novedades desde ayer en la App Abacus para nuestros #Fireflyiii 😊. Yo ya he actualizado. Y tú?
#SelfHosted
#Docker

https://apps.apple.com/es/app/abacus-for-firefly-iii/id1627093491

Detalle de Actualización App Abacus Dot Fireflyiii
Konrad Hinsen
2 days ago

This blog post on #Flatpak nicely illustrates the importance of #distributions (#Debian, #Guix, #Homebrew ...):
- integration of many components into a working system
- interface between developers and users

Developers short-circuiting distributions by proposing fat binaries (#Docker, #Flatpak, ...) deprive themselves of valuable feedback.

https://blog.brixit.nl/developers-are-lazy-thus-flatpak/

BLACKVOID ⚫️
2 days ago

@raineer I love #docker so much! Let me know if you need any help with it. Also, using @portainerio will help with getting around it.

Some examples of #opensouce solutions running under #docker: https://www.blackvoid.club/tag/docker/

ricardo :mastodon:
2 days ago

How to Install #Nextcloud with #Docker: A Step-by-Step Guide :nextcloud: :docker:

https://linuxiac.com/how-to-install-nextcloud-with-docker-compose/

Michael Miller 🦆
2 days ago

Anyone else struggle to understand #docker ? As someone who doesn't use it for any work-related reason, it seems completely unapproachable.

I just ran into the first project I'm very interested in which is *only available in docker*, and requires configuration changes before it can run. Every tutorial I can find feels literally like hieroglyphics.

Once docker is installed, it feels like implementation by obfuscation. Everything is just invisible so there is no clear way to do anything. If you run it, and it doesn't work, it's completely opaque. I pull down an image, no idea where it goes. No idea where to edit the yaml files. Been googling for an hour and nothing has helped.

I've been using #Linux now for 23 years and this is easily the stupidest I've ever felt.

Snafu :wiphala:
3 days ago

Short guide about how to build Docker images with kaniko on Kubernetes-based GitLab Runners
👇🏻
https://www.pachamamita.de/posts/kubernetes/kaniko-gitlab-runner/

#Kaniko #GitLab #Kubernetes #Docker #Pipeline

j.r
3 days ago

Essentially #flatpak is to desktop Linux what #docker is to servers IMHO. It tries to solve the "works on my machine"-problem by essentially bringing the developers machine to the end user.

Although now everyone has "the same machine" now a lot of new problems are arising, especially because with Docker and Flatpak the *developers* need to care about the "package". Which may work in some cases, but often might also lead to important updates not being distributed all over the place

To #Nix enthusiasts, what does Nix offer to application developers over #Docker, or to users over #Flatpak?

I'm asking as I'm seeing Nix becoming a trend while not understanding what selling point it has, and not seeing answers when I ask on posts announcing using Nix.

Seth
3 days ago

Spent the night getting my #pihole up and running. Neat application. Hosting. It on via #docker on a #raspberrypi

Remco.py
4 days ago

@darkade
Thanks for sharing. I've been using fullstack python for over 2 decades and love every bit of it. I find navigating the labyrinth of frameworks quite a tedious job, but always well worth the effort.

Using #web2py and friends hasn't been a bad choice for me so far. For production I now mostly use #docker via docker-compose and a few general automated python scripts. Even getting a server prepped is pure python. That's one thing i like about the language: so very versatile.

Mark Crocker
4 days ago

The Power of #Docker Images - DZone
https://blog.opstree.com/2023/03/02/the-power-of-docker-images-a-comprehensive-guide-to-building-from-scratch/

A decent, concise, summary of Docker suitable for introducing the concept.

However, if mentioning layering and filesystem in Docker, I really think #UnionFS should also be mentioned.

#bookmark

BLACKVOID ⚫️
4 days ago

For the next 3 months, #BLACKVOID will have a summer sale! 33% off for the first 3 months on both monthly subscriptions!

Get #synology and #docker support and help out bring better content and more (better!) giveaway prizes!

More info at: https://www.blackvoid.club/blackvoid-2023-summer-subscription-discounts/

clonbg
4 days ago

Actualización automática de contenedores con Ouroboros #Linux #Docker #Ouroboros https://myblog.clonbg.es/#/ouroboros https://clonbg.es

Actualización automática de contenedores con Ouroboros #Linux #Docker #Ouroboros https://myblog.clonbg.es/#/ouroboros https://clonbg.es
Jimmy B. :apple_inc:
5 days ago

Fixed the #Traefik rule preventing federation on my #Lemmy instance (https://lemmy.nexus). Now all is happy!

#SysAdmin #proxy #fedi #fediverse #Docker #DockerSwarm

Jobs for Developers
5 days ago

DoorDash is hiring Software Engineer - Infrastructure

🔧 #golang #kotlin #python #aws #docker #kubernetes #terraform
🌎 Remote; United States
⏰ Full-time
💰 $153k - $182k
🏢 DoorDash

Job details https://jobsfordevelopers.com/jobs/software-engineer-infrastructure-at-doordash-nov-22-2022-112770?utm_source=mastodon.world&ref=mastodon.world
#jobalert #jobsearch #hiring

Stefanie Janine Stölting
5 days ago

In case you didn't know, you can test #PostgreSQL 16 beta 1 now with #Docker containers
https://hub.docker.com/_/postgres/

Paul
5 days ago

Fortunately I think I have worked out a fudge to get it working again, by copying a new sources.list into the container.

Basically I added:

COPY debian/sources.list /etc/apt/sources.list

to my Dockerfile and:

deb http://archive.debian.org/debian stretch main
deb http://archive.debian.org/debian-security stretch/updates main

to docker/sources.list

#debian #docker

Paul
5 days ago

Argh, Stretch packages seem to have disappeared from the Debian archives in the last few days, so my Docker build for local development of a very old project is now failing. 😢

#debian #docker

Giuseppe Mazzapica
6 days ago

Docker fixes the "it works on my machine" problem by making it not work on your machine either #docker

Meow.tar.gz :verified:
6 days ago

Mission accomplished. I've converted my setup to pure #nginx. I was able to stop and disable the #docker container for NGINX Proxy Manager. I am grateful to that tool for helping me get started. 😀

Spent a little time today playing with distroless images and supply-chain security, and man, this stuff has a long way to go.

It's not that practical to use for languages that don't spit out a statically linked binary 😅

Called it quits after half a day trying to get a Ruby app working in that environment.

#security #containers #docker #ruby

sergio_101
1 week ago

a few times a week, i think to myself.. #docker is genius.

Luis Zambrana
1 week ago

#hoy en #culturalibre te muestro como instalar #jenkins sobre #docker para comenzar a trabajar sobre #automatización gracias a la #integración y la #EntregaContinua

Miralo en:

https://culturalibre.ar/2023/05/31/jenkins-sobre-docker-paso-a-paso/

Si te gusta, comparti!!!

Tim Nolte
1 week ago

Anyone else running a #Debian install, preferably 11, and getting this same error when trying to download #PHP source?

$ wget https://www.php.net/distributions/php-8.0.28.tar.gz
--2023-05-29 23:13:17-- https://www.php.net/distributions/php-8.0.28.tar.gz
Resolving www.php.net (www.php.net)... 185.85.0.29, 2a02:cb40:200::1ad
Connecting to www.php.net (www.php.net)|185.85.0.29|:443... connected.
ERROR: The certificate of ‘www.php.net’ is not trusted.

This is killing my ability to build #Docker images.

Scott Williams 🐧
1 week ago

@chris Personally, I really like that #Fedora does #podman out of box. After getting used to podman/skopeo/buildah, #docker feels like some severe legacy stuff.

Gary
1 week ago

This is ridiculous and amazing.

It’s tangentially relevant, imho, to those of us who work with #vmware, #docker, etc. It’s containers all the way down 😀 https://hackaday.com/2023/05/27/minecraft-in-minecraft-on-the-chungus-ii/

Moritz
2 weeks ago

Ähh ja, ich glaube da muss ich mal ran. #docker #gitlab

Sander van Kasteel
2 weeks ago

Debugging #Docker containers :scremcat: :welp:

Hynek Schlawack
2 weeks ago

I have just successfully updated #Docker Desktop on #macOS. 🤯

Markus Werle
2 weeks ago

@veronica I just learned texlive is available as #Docker container. I think I will give it a try.

https://hub.docker.com/r/texlive/texlive

alexboly
2 weeks ago

Anyone knows how to run a background service in an #AWS #Lambda deployed as a #Docker #container?

~ $ Cosipa
2 weeks ago

Is #nixos any good for a #server ? I will be using #zfs and #docker containers. Right now I am using Ubuntu server and have a few issues regarding docker that I do not want to try to solve.

Have you used NixOS as a server? if so is it any good? Thank you :ablobsmile:

Marcus
2 weeks ago

Random thought, but I wonder how much work would be involved in migrating my #Nextcloud instance from the manually installed archive I've been using for years, to the #docker container. I have never even touched docker. Would Fail2Ban still work? Could I import my existing database or does the docker image have its own hard coded database that might not be able to import mine? Can I manually edit the config.php file to say, add authorized domains, and have those changes saved between updates?

Movim
2 weeks ago

Movim is now on DockerHub and is now packaged in a daily built image for every Docker enthusiasts 🥳 .

Checkout our blog note to know everything about it 😊 !

https://mov.im/?node/pubsub.movim.eu/Movim/75c84a9e-4330-4153-80fa-d350abd9ed27

#movim #docker #dockerub #container

Florian
3 weeks ago

Curious ...is #docker for #windows and #mac still so incredibly slow compared to running it on Linux? I particularly mean with IO-heavy tasks like running a test suite

DevPod - Codespaces but #OpenSource

"Developers can write code in any language, and run it anywhere. For example, they can test on virtual machines, or code in #Python with #VSCode running on #Docker Desktop, or in Go running in EKS. If the provider they need doesn’t exist, they can build it."

https://loft.sh/blog/introducing-devpod-codespaces-but-open-source/

#foss #codespaces #containers #kubernets #devstandard #jetbrains #googlecloud

Devpod screenshot
NERDDISCO
3 weeks ago

This initial release includes:

🚀 Next.js starter project with #MUI for rapid prototyping

🐳 Custom #Docker image, optimised for Next.js, to run in 🤗 Spaces

1️⃣ Our first component called "summarization" using `@huggingface/inference`

📥 Predefined workflow to sync your #GitHub repo with your 🤗 space

☀️ Dark / light theme based on system preferences

Chet Husk
3 weeks ago

Hey #dotnet SDK #docker #containers folks - I made an experiment over the weekend: https://gist.github.com/baronfel/f421c15d8678002753e902f8aa54d694

Add this Directory.Build.targets and make images for all of the TargetFramework(s) or RuntimeIdentifier(s) in a project/solution at once with `dotnet build /t:Containerize`

I've been playing with this and it feels pretty nice. This is a single project with linux-arm64 and linux-x64 RIDs, but then I added another for linux-arm on the second run. This would work for solutions as well.

MSBuild output for a multi-RID project build - the first call to `/t:Containerize` has two RIDs (linux-arm64 and linux-x64) and creates container images for each. The second is after adding the linux-arm RID, so there are 3 generated images.
Rory McCune
3 weeks ago

A little weekend project I've started https://talks.container-security.site

It hosts abstracts and links to talks about Cloud Native Security (Topics like #Kubernetes and #Docker), hopefully useful for finding interesting talks to watch!

Essentially I'm grabbing abstracts via sched and adding Youtube video embeds, via the YT API.

On a side not who knew you could max out API limits on YT's API so easily!

I'll be back-filling more conferences as the API limits allow.

Charlie Owen
3 weeks ago

Most of my Sunday has been spent getting Home Assistant Core to work as a container via Docker, Traefik, and Lets Encrypt in host networking mode. BUT I HAVE DEFEATED IT. I AM STRONG. I AM GLORIOUS. I JUST NEEDED A MANUALLY-DEFINED TRAEFIK PROVIDER. *has a cup of tea*

#HomeAssistant #Docker #Traefik #selfhosting

https://github.com/whalecoiner/home/blob/main/ansible/roles/container-traefik/files/providers/homeassistant.yaml

Kejukedor
4 weeks ago

I just published my first article about "Dockerize your Spring Boot Server" for beginners to dev.to aka @thepracticaldev .

https://dev.to/pythonisnotasnake/dockerize-your-spring-boot-server-38e1

#development #blog #docker #java #spring

Linuxiac
4 weeks ago

How to Install Docker on Raspberry Pi: A Step-by-Step Guide
https://linuxiac.com/how-to-install-docker-on-raspberry-pi/

Ready to use Docker on your Raspberry Pi? Check out our easy-to-follow guide for a seamless installation and begin containerizing today.

#linux #opensource #docker #raspberrypi

Cees-Jan Kiewiet :rp: :wm:
1 month ago

#Docker doing random container names be like: naughty_ride, optimistic_hertz, cranky_wilson, gather_statistics, cranky_cartwright, charming_hertz, festive_bell 🤣

Vincent Batts
1 month ago

Arrived to #Vancouver for #OpenSourceSummit this week.
Speaking on Wednesday about using container images and registries for than just containers.

#OCI #docker

Snow capped mountains are the backdrop of the YVR airport.
YVR arrivals walkway is like walking into a natural history museum. Indigenous boats and carvings, plants, sounds of birds and water
Holger
1 month ago

Anybody familiar with #wordpress here?

I have a weird problem with a dockerized WP installation that I HTTPS proxy with nginx to the Web.

Everything runs nicely but I cannot upload files larger 2MB.

I found a way how to override the php.ini settings and - in theory - could upload larger files, but now I get a weird error message that says something like "No valid JSON message".

I must admit: I am outnumbered and close to quitting.

#docker #nginx

pandoc
1 month ago

The pandoc #Docker images make it easy to process documents on #CI systems like GitLab CI and GitHub Actions.
Docs: https://gitlab.com/pandoc/pandoc-ci-example
https://github.com/pandoc/pandoc-action-example

Mark Gardner ‍:sdf:
1 month ago
scene from “Finding Neverland” recaptioned:
“It works on my machine.”
“Then we’ll ship your machine.”
And that is how Docker was born.
Amber Hearts 🧡
1 month ago

Do anyone have a recommendation where to set up a #docker container for as cheap as possible? 🐋📦

The web app I'm playing around with is very small and it can probably get away with some heavy performance restrictions.
It's just a hobby thing, so the main thing is that it needs to cost as little as possible (or free) :blobcatthinking:

Boosts appreciated! :boost_requested:

#web #hosting

1 month ago

Today I learned that if you setup a Docker Compose environment variable with a date value that is unquoted it is interpreted as a full datetime.

This could be impactful in situations where the value is not meant to be an actual date but some string-ly value. For example, the API version scheme used by AWS.

https://github.com/cspray/docker-compose-dates

https://docs.aws.amazon.com/aws-sdk-php/v3/api/index.html

#docker #dockercompose #php

Paco Velobs
1 month ago

Funny enough, I can't install #homeManager in a clean #docker #nixos / #nix image.

OrbStack, https://orbstack.dev/.

> Run Docker and Linux on your Mac seamlessly and efficiently. Docker Desktop alternative that helps you work faster.

It seems so much simpler than Docker. Going to try this very soon.

#container #macos #docker

Peter Solnica
1 month ago

I'm testing out #OrbStack for #Docker as a replacement for Docker Desktop - it *feels* faster but I haven't done any real comparison because it broke my Docker Desktop configuration so I can't switch between the two now. I guess I'll stick to OrbStack for now 🤣

It's gonna be paid once it's out of beta but maybe it'll remain free for personal usage 🤞

See OrbStack vs Docker Desktop comparison here 👇

https://docs.orbstack.dev/compare/docker-desktop

Pamela Fox
1 month ago

I also gave a workshop on containerizing Flask apps yesterday: https://pamelafox.github.io/my-py-talks/containers-workshop/

Attendees asked such good questions, I learnt as much from it as they did! #Docker

beyondwatts
1 month ago

@realn2s @nextcloud using OwnCloud here synced across two Synology NAS boxes with RAID drive arrays

The docker image is easy to set up if you want to trial although I’ve moved the database to a separate host

External access over VPN

#owncloud #docker #nas

Tommy Skaug
1 month ago

Conclusion is a big yes.

Firebase-host static files under a primary domain .well-known/matrix/{server,client}. Config server to Tailscale Funnel on ports 8443 and 443 (one federation port).

Through a Tailscale Docker container configured as a proxy, traffic can be forward TCP/TLS via socat.

From socat, traefik handles routing to Dendrite.

Was concerned with bandwidth, stability and latency, but things are looking good so far.

#tailscale #traefik #docker #funnel #matrix #dendrite