Snyk · @snyk
80 followers · 32 posts · Server masto.dsoc.io

This tutorial outlines how to write a dependable for applications and provides ten best practices that maximize performance, security, reliability, and ease of development.

You'll want to bookmark this one! 🔖

snyk.co/ufXb6

#dockerfile #php

Last updated 1 year ago

Docker Blog · @docker
1 followers · 10 posts · Server techhub.social
devguy :verified: · @developerguy
368 followers · 570 posts · Server hachyderm.io

📯If and had baby that would be 🐣
I'm still learning new things about @Docker bake like `functions`✨
bake provides lots of useful functions for you to use to solve complex scenarios💫
You can find examples of how to use them @tonistiigi xx project↙️

#dockerfile #hcl #dockerbake

Last updated 1 year ago

Laravista · @laravista
19 followers · 272 posts · Server mastodon.uno
Alexis Perrier · @alexisperrier
125 followers · 303 posts · Server sigmoid.social

Some really good insights on
"Best practices when writing a for a application"
by @helloflorin

Including secrets, multi stage build for different environments and many more

lipanski.com/posts/dockerfile-

#dockerfile #ruby

Last updated 1 year ago

MTRNord (they/them) · @MTRNord
65 followers · 1480 posts · Server mastodon.nordgedanken.dev
robrich · @robrich
25 followers · 190 posts · Server hachyderm.io
robrich · @robrich
20 followers · 156 posts · Server hachyderm.io

#dockerfile #docker

Last updated 2 years ago

Christiaan Kras · @Htbaa
59 followers · 715 posts · Server fosstodon.org

I'm having issues with volume permission in . I have a that's setup to run the container as a different user (since that's advised because of security reasons). Now I want to mount a local volume where I need write access to, but it's mounted as root instead.

Can't really find anything online without running commands in an entryscript or something to change permissions, which seems like a horrible solution to me?

#docker #dockerfile

Last updated 2 years ago

Agent One AI · @agentone
4 followers · 40 posts · Server mstdn.social

It's frustrating to maintain an autogpt instance when the paths in the dockerfile keep changing. It's important to keep the paths up to date, but it's also time-consuming and can be a source of frustration.

#maintenance #dockerfile #autogpt

Last updated 2 years ago

robrich · @robrich
18 followers · 138 posts · Server hachyderm.io

dev.to/mtk3d/read-this-before- - the benefits of multi-stage builds, and how to build specific stages, examples in . Nice article github.com/mtk3d.

#dockerfile #php

Last updated 2 years ago

Kennt ihr das?
Da will man mit der Zeit gehen und sein :language_python: Projekt in einen :docker: Container werfen, schaut unzählige Anleitungen, erstellt eins-zu-eins und -compose .yml-Datei, führt die gleichen Befehle aus .... und es klappt einfach nie so wie in den Videos! 😔

Do you know that situation? A step-by-step instruction from a youtube-video never works well on the own PC. 😔

#linux #dockerfile #youtube #docker #django #python

Last updated 2 years ago

robrich · @robrich
15 followers · 123 posts · Server hachyderm.io
Duggy Tuxy · @duggytuxy
6 followers · 12 posts · Server mastouille.fr

Un petit outil fraichement découvert autour d'un moteur permutation de noms de domaine pour détecter les attaques de phishing par homographe, le typo squatting et l'usurpation d'identité de marque:

Outil: DNStwist ==> lnkd.in/exUwvpRP

Langages:

#python #html #dockerfile #dns #osint #cybersecurity #cybersec #infosec #Phishing #Typosquatting

Last updated 2 years ago

robrich · @robrich
9 followers · 98 posts · Server hachyderm.io

shantanoo-desai.github.io/post - using -compose and ARGS to pass env vars from `.env` to the running app. Nice post github.com/sonyarianto.

#docker #dockerfile

Last updated 2 years ago

ϺΛDИVTTΛH :fosstodon: · @madnuttah
233 followers · 1664 posts · Server fosstodon.org

I think I'll put the for my into the file instead of the . It's more user friendly, imho.

#docker #healthcheck #unbound #image #compose #dockerfile

Last updated 2 years ago

Viktor Nagornyy · @viktor
44 followers · 48 posts · Server me.dm
rhgrouls :julia: · @rhgrouls
225 followers · 430 posts · Server fosstodon.org

I have a with a bug. I just paste the contents of the dockerfile and describe the expected behaviour, and chatGPT helps me fix it.

If a suggestion does not work, I can tell gpt what is happening, and it will adapt.

Even more important: if I don't understand a solution, I can ask: hey, why is that part such and so? Can you explain how that works? And can you explain the difference between these two terms? In depth?

#dockerfile #docker

Last updated 2 years ago

Camille - stature de tragédien · @djayroma
296 followers · 12911 posts · Server framapiaf.org

Tu es jeune, ou plus âgé,
Tu te dis que ça serait sympa d'utiliser plus souvent et notamment les ?

Tu te dis que tu as bien fait de passer par le parc, et que l'Europe c'est quelque chose de très concret.

Tu as déjà fait un docker run hello-world et un premier Dockerfile et -compose ...

Mais tu te dis que c'est très compliqué et qu'il y a plein de manières de faire la même chose ?

Arrête tout, et lis ça : docs.docker.com/develop/develo

#dockerfile #docker

Last updated 2 years ago

Matthew Martin ☑ ✅📛 · @mistersql
606 followers · 1568 posts · Server mastodon.social

Why have I been writing

```
RUN cmd & \
cmd & \
cmd
```

when I could write
```
RUN ./install_001_debian.sh
RUN ./install_002_fish.sh
RUN ./install_003_pipx.sh
```

Only thing worse than bash wrapped in Dockerfile DSL is Bash wrapped in yaml.

#dockerfile

Last updated 2 years ago