Categories
Containerisation Continuous Integration Docker

Help Me Understand Containerisation (Docker) – Part 2

This is part 2, I’d recommend checking out Part 1 of Help Me Understand Containerisation (Docker) We have gone over the development workflow – in a django context – and it was quite a hefty chunk. Now let us look at continuous integration with gitlab and containers. The Container CI Workflow We are going to […]

Categories
Containerisation Continuous Integration DevOps

Help me Understand Containerisation (Docker) – Part 1

I was looking at nodeJS servers, how they work and ways to scale them. I came across a best practices repo and it said: “Be stateless, kill your Servers almost every day“. I’ve always been skeptical of docker and containers – granted I haven’t used them extensively but I’ve always thought of them as needless […]

Categories
Uncategorized

Free Port forwarding/Tunneling Services

Public URL’s for exposing your webserver / free port forwarding https://ngrok.com/ https://portmap.io/ https://localtunnel.github.io/www/ http://pagekite.net/ These are also apparently tunneling services frequently used by attackers to evade defences. via @pmelson