techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.3K
active users

#dockerfile

1 post1 participant0 posts today

Why does Deploio now offer Dockerfile support? ✅ You'll find out more about it in Tim's latest blog post. ✍️ But first things first and spoiler alert: This feature gives teams and developers more control and customisation options in the deployment process when using Deploio. ⚙️ You can read all about the other benefits of Dockerfiles in the full article on our website at nine.ch/why-we-added-dockerfil. 🔗👈 #deploio #dockerfile #buildpacks #appengine#nine

I was searching for a better way to access my #hacking lab. Luckily, #KaliLinux is very portable. So my choice fell to the official #docker image. Most of the stuff i need can be used easily via the #commandline, but some applications, like #burpsuite, #wireshark and so on need a graphical desktop connection. #VNC comes in handy there. And the installation can be customized and tweaked directly in the #Dockerfile and #dockercompose file. This really seems like the perfect solution so far.

It also provides the possibility to create snapshots using "docker commit", and makes the use of a shared volume between host and container much easier than on a #virtualbox.