TIL in Dockerfile
, if you use ENTRYPOINT executable
will mean it won't accept additional arguments while ENTRYPOINT ["executable"]
means you can have additional arguments
#docker #container #dockerfile #dev
TIL in Dockerfile
, if you use ENTRYPOINT executable
will mean it won't accept additional arguments while ENTRYPOINT ["executable"]
means you can have additional arguments
#docker #container #dockerfile #dev
My favorite pentesting setup.
Today i'm setting up the #KaliLinux #Docker #container for my #ansible #playbook. This setup has some pretty cool advantages for me.
I can:
This has been my favorite #pentesting setup so far for obvious reasons. I can access a fully configured pentesting environment on all my devices, always accessible and ready to go.
In case anyone is interested in the setup, it will be included in my ansible playbook, which will be published on this repository.
Today i've learned that i don't need coder. I am now deploying an #ubuntu container from a #Dockerfile with an #openssh #server installed. This is a much better setup. Nearly every #Codeeditor supports #ssh workspaces so i'm not limited.
But the best thing about this setup is that it is very easy to automate using #Ansible.
I've used the same approach to set up #kali #linux environments months ago and should have stuck with that. It just works.
Is it a Containerfile or Dockerfile?
@targz @matiargs armé mi propio #Dockerfile y hice un nuevo token con más permisos para #Docker
https://github.com/R3gm/SoniTranslate/issues/109#issuecomment-2652632719
Recently I have posted a #Dockerfile to run #syslog_ng in an @almalinux container. I got some encouraging feedback, so this week I experimented with syslog-ng #Premium Edition (PE) in a #RHEL #UBI (Universal Base Image) container. #Feedback is welcome!
https://www.syslog-ng.com/community/b/blog/posts/running-syslog-ng-pe-in-rhel-ubi
#Dockerfile, gebaut unter #Debian, ausgefürt, geht.
Gleiches Dockerfile, gebaut unter #Rocky und #AlmaLinux (beide getestet), ausgeführt, geht nicht.
Exakt gleiche Docker Version auf allen Systemen.
Sonst auch alles identisch, jeweils ein CX22 bei Hetzner.
Irgendwann zünd ich das alles an.
Huh, now that I think about it why *doesn't* Dockerfile have build-time assertion tests...
#Parakeet4J - Intro (bis) + #RAG + génération de #Dockerfile et Compose file by @k33g_org
Wrote my first #Dockerfile today. Achievement unlocked!
https://github.com/uds-se/fuzzingbook/blob/master/binder/Dockerfile
This allows the readers of @TheFuzzingBook and @TheDebuggingBook to (again) work with #JupyterLab right in their browser, say at https://mybinder.org/v2/gh/uds-se/fuzzingbook/HEAD?labpath=docs%2Fnotebooks/Grammars.ipynb
I run #Ubuntu on my #RPi, it's fun, & has a tiling WM. But Spotify* doesn't work & no #rp-bookshelf. So I installed #Docker & made a #Dockerfile to run #bookworm with the #RaspberryPi repo. Yanked the Pi gpg form their distro, Other issues also. Spotify works on this #Docker image.
Anybody interested in this? Should I github it & try to make a way to get the key & repo info automatically?
* Don't want #Spotify, spouse & children got a plan. So I have an account. So listen to my playlists!
What the fuck was wrong with just good old #virtualmachine s?
All I want is a fucking #server.
But noooooo I've got to build a #Dockerfile and then an image and then put it in a #registry and then build a #helm #chart and then a helm config and then create a namespace and then push an update to a #gitops and then a pod and then a
Fucking -- New Guest Machine. Pick OS. Set resources. Create. Run. Fucking done.
Whose brilliant fucking idea was all this unnecessary bullshit?
Understanding CMD and ENTRYPOINT Differences in Docker
Discussion of Vale text linter and building images
Want to learn to build a #Dockerfile? Or want to up your #Docker game? Looking for #Container #BestPractices? Join us at #DockerCon in #LA for "Live-code a #Dockerfile", a hallway-track session. https://www.dockercon.com/
2/2 This was because the #Dockerfile that represented the action would have to be invoked every time your action was used, building it before use. I recently learned that with GitHub Actions you can point to a container image rather than a Dockerfile. Your action and publish the built container independently. That plus Native AOT can make for some really compelling .NET GitHub Action functionality. #dotnet #nativeaot
@damianogerli yep, I used to be a big fan of #Google when they were still being hosted at Stanford and had a URL with a .edu TLD.
Last week, I did a #GoogleSearch for the first time in many months, and didn't get any better results than #DuckDuckGo or #StartPage , so I still can't find that old article on using #Ansible inside a #Dockerfile in an unobtrusive way
#CI #Pipeline s und #Dockerfile s, die ich vor nem Jahr gebaut habe sind sooooo schlimm...
*refactoring*
Kennt ihr das?
Da will man mit der Zeit gehen und sein #Python #Django Projekt in einen #Docker
Container werfen, schaut unzählige #Youtube Anleitungen, erstellt eins-zu-eins #Dockerfile und #docker-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.