How to deploy a container to a remote Docker machine with ServerCat

Find out how ServerCat makes it easy to deploy a container to one or more Docker hosts with batch execution.
The post How to deploy a container to a remote Docker machine with ServerCat appeared first on TechRepublic.
Continue reading How to deploy a container to a remote Docker machine with ServerCat

What is Twake, and why should you consider it for your next collaborative effort?

Collaboration requires the right tools. Twake is an open source project management platform that can supercharge your team efforts with communication.
The post What is Twake, and why should you consider it for your next collaborative effort? appeared f… Continue reading What is Twake, and why should you consider it for your next collaborative effort?

Why am I able to access EC2 metadata endpoint from within a Docker container running in the EC2

My understanding of containers is very basic and so is my understanding of AWS EC2. Recently while trying to debug a security issue, I came across a scenario where I was able to gain an RCE. Whether this RCE was in a container or on the EC… Continue reading Why am I able to access EC2 metadata endpoint from within a Docker container running in the EC2

How do you share private keys for signing e.g. JWTs inside Docker-Containers?

I’ve written an application in NodeJS which essentially only performs a login:
You send your username/password, and you retrieve an JWT (JSON Web Token).
Those tokens are being signed by a private key. Using HMAC, these tokens can be verif… Continue reading How do you share private keys for signing e.g. JWTs inside Docker-Containers?