diamol icon indicating copy to clipboard operation
diamol copied to clipboard

Code samples for the book "Learn Docker in a Month of Lunches"

Results 53 diamol issues
Sort by recently updated
recently updated
newest added

Somehow, I doubt i'm the first one to run into this, but I thought it's worth covering. 14.2 - with the add of the V2 image, the health check in...

**Exercise** Chapter 11 **Problem** Jenkins container stuck in "Please wait while Jenkins is getting ready to work..." **Docker version** Client: Docker Engine - Community Cloud integration: 1.0.1 Version: 19.03.13 API...

question

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

**Exercise** CH14 **Problem** When I run **docker stack deploy -c stack.yml numbers** The output is **unsupported Compose file version: 1.0** **Docker version** Client: Cloud integration: v1.0.22 Version: 20.10.12 API version:...

**Exercise** At the start of chapter 9 (the second **'TRY IT NOW'**) **Problem** in the 'TRY IT NOW' section the reader asked to define a constant named **$hostIP** but the...

**Excercise** ch11/excercises/infrastructure Page 191/192 in the book **Problem** Jenkins' build failed. All steps were successful, but there was a problem with connecting to registry.local:5000/diamol/ch11-numbers-api. I think the problem is in...

The README.md says "It's a work in progress but you can get all the completed chapters using Manning's Early Access Program" but it looks like the book has been published...

Adding "--all-tags" option to push command (without this option, only latest tag appears to be pushed by default)

Hi Elton, I followed instructions in the book for creating the container image-of-the-day(windows 10), when I issue the command `docker container run --name iotd -d -p 3000:80 --network nat image-of-the-day`...