Docker
-
DevOps
Running Java on Docker? You’re Breaking the Law
Using Oracle Java with Docker might put you in legal liability. Why? The relationship between Oracle and Linux had its…
Read More » -
DevOps
Dual Deployment: A Low-Risk Way to Run Containers in Production
How many of you are running containers in production? I’ve heard this question asked many times since DockerCon 2014. Docker…
Read More » -
DevOps
Docker Tooling in Eclipse Video
Eclipse Mars provides integrated tooling for Docker. What can you do? Pull/Push/Build Docker images Run/Start/Stop/Kill Docker containers Customize views The video…
Read More » -
DevOps
Docker Flow: Blue-Green Deployment and Relative Scaling
Since the first time I laid my hands on Docker, I started writing scripts that I’ve been running as my…
Read More » -
DevOps
Docker and Jenkins – Orchestrating Continuous Delivery
Past week I had the honour of speaking in Docker Barcelona Meetup about how to use Jenkins for doing typical…
Read More » -
DevOps
Docker meets Continuous Deployment
About one year ago I had my first contact with Docker. This new kid on the block promised to relieve…
Read More » -
DevOps
Docker Installation Scripts – CLI, Machine, Compose, Version Manager
Docker Toolbox is cool! It is a single point download that gives you everything to get started with Docker. But…
Read More » -
DevOps
Couchbase Docker Container
Couchbase Docker images are always at hub.docker.com/_/couchbase/. Complete instructions to run Couchbase Docker Container are available at docs.docker.com/engine/examples/couchbase/. Start Couchbase Docker Container How…
Read More » -
DevOps
Create a Slack Docker proxy in Go – Part 2
In the previous article we had a look at how you could easily create a slack-docker-proxy using go and a…
Read More »