Menu

Close
  • Home
  • LinkedIn
  • Real Life Code @ Micreosoft
  • GitHub
Subscribe
Shawn Cicoria Menu

docker

A 6-post collection

Page 1 of 1

Docker Compose on Kubernetes - Windows Volume Syntax

I've been looking at Docker Compose on Kubernetes, thanks to a pointer from my teammate Clemens Wolff, and had a hard time with mapping the volumes »

Shawn Cicoria Shawn Cicoria on docker, mongodb, kubernetes 16 December 2018

The Travis CLI in a Container

I must be missing it, but I could never find the Travis CLI already built and published on Docker Hub. So, I just pulled together on. »

Shawn Cicoria Shawn Cicoria on docker, github, travis-ci, cicd, devops 05 August 2018

Using Private Docker Registry and Azure WebApps on Linux with ARM Templates

Took a bit of decoding, but an approach to deploy via Azure ARM templates to Azure WebApps on Linux (Preview now), the special properties needed are »

Shawn Cicoria Shawn Cicoria on azure, docker, webapps, linux, arm templates 18 May 2017

Reminder: quick cleanup of Docker images...

docker rm --force $(docker ps -q -s) docker rmi --force $(docker images -q) »

Shawn Cicoria Shawn Cicoria on docker, tips 19 August 2016

Just a reminder - adding your user to Docker group...

From a shell... sudo groupadd docker sudo usermod -aG docker $USER Logout and on again - run docker ps If no errors, you should see what »

Shawn Cicoria Shawn Cicoria on docker, tips 16 August 2016

Simple Static Web Server for Docker

Just needed a simple static web server.. The following Dockerfile does it. »

Shawn Cicoria Shawn Cicoria on docker, nodejs 10 August 2016
Page 1 of 1
Shawn Cicoria © 2021
Proudly published with Ghost