David Boothe's Blog
  • Home
  • Programming
  • Docker
Sign in Subscribe

Docker

A collection of 4 posts
2 matches found based on name: network container-name_default is ambiguous
Docker

2 matches found based on name: network container-name_default is ambiguous

I ran into this the other day after I upgraded my docker instance and clearing out several containers. A quick google search lead me to this github issue, and I learned about the docker network command
Dec 17, 2018 1 min read
Installing SQL Server the easy way (via Docker)
Docker

Installing SQL Server the easy way (via Docker)

I've come to the conclusion that installing SQL Server (or any database for that matter) on your local machine is for chumps. SQL Server, in particular, has some wonky setup issues that can be a real headache. I've had to reformat a machine or install a second instance locally when
Dec 13, 2018 3 min read
Get rid of unwanted docker containers
Docker

Get rid of unwanted docker containers

If you use docker as a development environment, you are bound to run into creating a bunch of containers that you don't want anymore. Luckily, there is relatively simple way to get rid of them $ docker rm $(docker ps -q -f status=exited) This will clear all containers that have
Nov 27, 2018 1 min read
Add Zsh and OhMyZsh to  your setup docker instances
Docker

Add Zsh and OhMyZsh to your setup docker instances

When I first start an application that I know will use docker, I like to avoid having to install ANY dependency that project may have. Docker is great for this, because I can create a linked setup / staging environment. However, I'm also not really willing to give up some of
Nov 16, 2018 1 min read
Page 1 of 1
David Boothe's Blog © 2023
Powered by Ghost