Docker (13)
2022
Fixing command not found errors in Shortcuts.app
When using the Run Shell Script action in Shortcuts.app the path might not be what you expect.
Running Docker without Docker Desktop on macOS
Docker Desktop is no longer free for commercial use inside larger companies. In this post you'll learn how to run Docker on macOS using Colima.
2020
The input device is not a TTY - error on a build machine
Don't run Docker in interactive terminal mode on a headless build machine.
2019
Build and test ASP.Net Core app in Docker via GitHub Actions
Building and testing an ASP.Net Core application in Docker using GitHub Actions is possible, but I would still use the regular method for a couple of reasons.
Docker, bash and invisible characters
TTY might alter your container's output, beware of superfluous carriage returns.
Jekyll YAML front matter validator
A simple script that validates Jekyll YAML front matter according to specific rules verifying that a Jekyll blog will build correctly.
Script for creating transparent PNGs
transparent_png is a simple Python script for creating a transparent PNG of a given size.
DNS worked using Docker run but not in Docker Compose
Using docker run, you can specify a DNS server using the --dns option.
2018
Build an ASP.Net Core App with React and Docker Hosting
This post shows how to create an ASP.Net Core app with a React frontend and Docker hosting.
.dockerignore is your friend - remember to use it
In a .dockerignore, you can specify ignore rules and exceptions from these rules for files and folder. These won’t be included in the build context.
Run an ASP.Net app in Docker using a Multi-Stage Dockerfile
Using a multi-stage Dockerfile, building and testing also happen in a container. Thus only the Docker tools are needed to build and test the project.
ASP.NET Core web app running in containers orchestrated by Docker Compose
University lecture.
DIPS-spesifikke dashboards med Grafana og Docker
Conference talk.