All tags / tag
#docker
2 posts tagged with docker.
2020
Docker image tests
Today we’re going to set up a CI/CD GitHub Action with a Container Structure Test step which will help us to enforce the certain quality policies for the …
Fix console logs for Azure Functions running in a Docker container
Local development of C# Azure Functions on macOS is still a bit painful. Even the simple-ish logging might cause issues. Let’s assume that we have Azure …