Jonas Soderholm
Jonas Soderholm
**Which lab is it that you're having issues with?** Docker Registry Windows Container lab (https://github.com/docker/labs/tree/master/windows/registry) **Description** When running docker build -t registry-builder -f Dockerfile.builder . In part 1, I get...
For #2247 First shot at debugging the web app in a docker containers (one for the app and one for SQL server). This is the steps to try this out:...
Closes #2178
This is kind of related to issue #63 We have an app set up similar to the example app. The problem we have is the gap between oidcReducer.user is set...
### Description When running the below sam validate or deploying the following template: AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Resources: UserPool: Type: AWS::Cognito::UserPool Properties: AccountRecoverySetting: RecoveryMechanisms: - Name: verified_email Priority: 1 -...