diff --git a/integration-tests/snapshots/googleapis/google-cloud-cpp/report.yaml b/integration-tests/snapshots/googleapis/google-cloud-cpp/report.yaml
index 13c6c2e0508e..b52f93584b94 100644
--- a/integration-tests/snapshots/googleapis/google-cloud-cpp/report.yaml
+++ b/integration-tests/snapshots/googleapis/google-cloud-cpp/report.yaml
@@ -5,7 +5,7 @@ Args: ["--config=${repoConfig}/cspell.json","**/*","-e","{*.BUILD,BUILD,CHANGELO
 Summary:
   files: 7214
   filesWithIssues: 5595
-  issues: 56223
+  issues: 56221
   errors: 0
 Errors: []
 
@@ -477,7 +477,6 @@ issues:
   - "google/cloud/eventarc/doc/main.dox:41:21    	EVENTARC            	U   	- `GOOGLE_CLOUD_CPP_EVENTARC_ENDPOINT=...` changes"
   - "google/cloud/eventarc/doc/main.dox:45:4     	eventarcpublishing  	U   	(eventarcpublishing.googleapis.com) used"
   - "google/cloud/examples/BUILD.bazel:84:14     	GENDIR  	U   	\"-I$(GENDIR)/google/cloud/examples"
-  - "google/cloud/examples/hello_world_grpc/Dockerfile:26:1      	WORKDIR 	U   	WORKDIR /home/build"
   - "google/cloud/examples/README.md:36:52   	gserviceaccount 	U   	GOOGLE_CLOUD_PROJECT}.iam.gserviceaccount.com\""
   - "google/cloud/filestore/cloud_filestore_manager_client.h:19:39   	FILESTORE   	U   	CLOUD_CPP_GOOGLE_CLOUD_FILESTORE_CLOUD_FILESTORE_MANAGER"
   - "google/cloud/functions/doc/main.dox:44:4    	cloudfunctions  	U   	(cloudfunctions.googleapis.com) used"
diff --git a/integration-tests/snapshots/googleapis/google-cloud-cpp/snapshot.txt b/integration-tests/snapshots/googleapis/google-cloud-cpp/snapshot.txt
index c2addb19c64f..d62797c66f27 100644
--- a/integration-tests/snapshots/googleapis/google-cloud-cpp/snapshot.txt
+++ b/integration-tests/snapshots/googleapis/google-cloud-cpp/snapshot.txt
@@ -3,7 +3,7 @@ Repository: googleapis/google-cloud-cpp
 Url: "https://github.com/googleapis/google-cloud-cpp.git"
 Args: ["--config=../../../../config/repositories/googleapis/google-cloud-cpp/cspell.json","**/*","-e","{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}"]
 Lines:
- CSpell: Files checked: 7214, Issues found: 56223 in 5595 files
+ CSpell: Files checked: 7214, Issues found: 56221 in 5595 files
  exit code: 1
 ./ARCHITECTURE.md:100:19    - Unknown word (bigtable)   -- - Bigtable has a [bigtable::Table](/google/cloud
 ./ARCHITECTURE.md:100:3     - Unknown word (Bigtable)   -- - Bigtable has a [bigtable::Table
@@ -476,7 +476,6 @@ Lines:
 ./google/cloud/eventarc/doc/main.dox:45:4      - Unknown word (eventarcpublishing) -- (eventarcpublishing.googleapis.com) used
 ./google/cloud/examples/BUILD.bazel:84:14     - Unknown word (GENDIR)     -- "-I$(GENDIR)/google/cloud/examples
 ./google/cloud/examples/README.md:36:52     - Unknown word (gserviceaccount) -- GOOGLE_CLOUD_PROJECT}.iam.gserviceaccount.com"
-./google/cloud/examples/hello_world_grpc/Dockerfile:26:1      - Unknown word (WORKDIR)    -- WORKDIR /home/build
 ./google/cloud/filestore/cloud_filestore_manager_client.h:19:39     - Unknown word (FILESTORE)  -- CLOUD_CPP_GOOGLE_CLOUD_FILESTORE_CLOUD_FILESTORE_MANAGER
 ./google/cloud/functions/doc/main.dox:44:4      - Unknown word (cloudfunctions) -- (cloudfunctions.googleapis.com) used
 ./google/cloud/future_generic_then_test.cc:440:62    - Unknown word (functort)   -- exceptions raised by the functort to the
diff --git a/packages/cspell-bundled-dicts/cspell-default.config.js b/packages/cspell-bundled-dicts/cspell-default.config.js
index 6830674f9c97..30e0541f48a0 100644
--- a/packages/cspell-bundled-dicts/cspell-default.config.js
+++ b/packages/cspell-bundled-dicts/cspell-default.config.js
@@ -101,6 +101,7 @@ const settings = {
         '@cspell/dict-css/cspell-ext.json',
         '@cspell/dict-dart/cspell-ext.json',
         '@cspell/dict-django/cspell-ext.json',
+        '@cspell/dict-docker/cspell-ext.json',
         '@cspell/dict-dotnet/cspell-ext.json',
         '@cspell/dict-elixir/cspell-ext.json',
         '@cspell/dict-en_us/cspell-ext.json',
diff --git a/packages/cspell-bundled-dicts/cspell-default.config.ts b/packages/cspell-bundled-dicts/cspell-default.config.ts
index b38538007889..618383dac2c2 100644
--- a/packages/cspell-bundled-dicts/cspell-default.config.ts
+++ b/packages/cspell-bundled-dicts/cspell-default.config.ts
@@ -103,6 +103,7 @@ const settings: CSpellSettings = {
         '@cspell/dict-css/cspell-ext.json',
         '@cspell/dict-dart/cspell-ext.json',
         '@cspell/dict-django/cspell-ext.json',
+        '@cspell/dict-docker/cspell-ext.json',
         '@cspell/dict-dotnet/cspell-ext.json',
         '@cspell/dict-elixir/cspell-ext.json',
         '@cspell/dict-en_us/cspell-ext.json',
diff --git a/packages/cspell-bundled-dicts/package-lock.json b/packages/cspell-bundled-dicts/package-lock.json
index 8a1ad60c7894..8c51eea4fb9d 100644
--- a/packages/cspell-bundled-dicts/package-lock.json
+++ b/packages/cspell-bundled-dicts/package-lock.json
@@ -19,6 +19,7 @@
         "@cspell/dict-css": "^2.0.0",
         "@cspell/dict-dart": "^1.1.0",
         "@cspell/dict-django": "^2.0.0",
+        "@cspell/dict-docker": "^1.1.0",
         "@cspell/dict-dotnet": "^2.0.1",
         "@cspell/dict-elixir": "^2.0.1",
         "@cspell/dict-en_us": "^2.2.5",
@@ -147,6 +148,11 @@
       "resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-2.0.0.tgz",
       "integrity": "sha512-GkJdJv6cmzrKcmq2/oxTXjKF5uv71r4eTqnFmgPbNBW1t+G4VYpzOf0QrVQrhx2RC4DdW5XfcTf+iS0FxHOTmw=="
     },
+    "node_modules/@cspell/dict-docker": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.0.tgz",
+      "integrity": "sha512-2OI5srKxeoiOnAD34jGK2pDGbgeQDnBCuE64bM04Uct7QxPjIv1RDpWLa3VMWhFIzeoyNSNWwDB+x5ufVc6VXA=="
+    },
     "node_modules/@cspell/dict-dotnet": {
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-2.0.1.tgz",
@@ -577,6 +583,11 @@
       "resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-2.0.0.tgz",
       "integrity": "sha512-GkJdJv6cmzrKcmq2/oxTXjKF5uv71r4eTqnFmgPbNBW1t+G4VYpzOf0QrVQrhx2RC4DdW5XfcTf+iS0FxHOTmw=="
     },
+    "@cspell/dict-docker": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.0.tgz",
+      "integrity": "sha512-2OI5srKxeoiOnAD34jGK2pDGbgeQDnBCuE64bM04Uct7QxPjIv1RDpWLa3VMWhFIzeoyNSNWwDB+x5ufVc6VXA=="
+    },
     "@cspell/dict-dotnet": {
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-2.0.1.tgz",
diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json
index a5a8d57d0724..712605960938 100644
--- a/packages/cspell-bundled-dicts/package.json
+++ b/packages/cspell-bundled-dicts/package.json
@@ -53,10 +53,11 @@
     "@cspell/dict-css": "^2.0.0",
     "@cspell/dict-dart": "^1.1.0",
     "@cspell/dict-django": "^2.0.0",
+    "@cspell/dict-docker": "^1.1.0",
     "@cspell/dict-dotnet": "^2.0.1",
     "@cspell/dict-elixir": "^2.0.1",
-    "@cspell/dict-en-gb": "^1.1.33",
     "@cspell/dict-en_us": "^2.2.5",
+    "@cspell/dict-en-gb": "^1.1.33",
     "@cspell/dict-filetypes": "^2.0.1",
     "@cspell/dict-fonts": "^2.0.0",
     "@cspell/dict-fullstack": "^2.0.5",
diff --git a/packages/cspell/src/__snapshots__/app.test.ts.snap b/packages/cspell/src/__snapshots__/app.test.ts.snap
index c267bcfa1642..88aa13f2c114 100644
--- a/packages/cspell/src/__snapshots__/app.test.ts.snap
+++ b/packages/cspell/src/__snapshots__/app.test.ts.snap
@@ -699,6 +699,7 @@ café - csharp               ../cspell-bundled-dicts/...dict-csharp/csharp.txt.
 café - css                  ../cspell-bundled-dicts/...spell/dict-css/css.txt.gz
 café - dart                 ../cspell-bundled-dicts/...ell/dict-dart/dart.txt.gz
 café - django               ../cspell-bundled-dicts/...dict-django/django.txt.gz
+café - docker               ../cspell-bundled-dicts/...ocker/docker-words.txt.gz
 café - dotnet               ../cspell-bundled-dicts/...dict-dotnet/dotnet.txt.gz
 café - elixir               ../cspell-bundled-dicts/...dict-elixir/elixir.txt.gz
 café * en_us*               ../cspell-bundled-dicts/.../dict-en_us/en_US.trie.gz
@@ -751,6 +752,7 @@ hello - csharp               ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
 hello - css                  ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
 hello - dart                 ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
 hello - django               ../cspell-bundled-dicts/...ict-django/django.txt.gz
+hello - docker               ../cspell-bundled-dicts/...cker/docker-words.txt.gz
 hello - dotnet               ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
 hello - elixir               ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
 hello * en_us                ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
@@ -803,6 +805,7 @@ hello - csharp               ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
 hello - css                  ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
 hello - dart                 ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
 hello - django               ../cspell-bundled-dicts/...ict-django/django.txt.gz
+hello - docker               ../cspell-bundled-dicts/...cker/docker-words.txt.gz
 hello - dotnet               ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
 hello - elixir               ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
 hello * en_us*               ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
@@ -1016,6 +1019,7 @@ café - csharp               ../cspell-bundled-dicts/...dict-csharp/csharp.txt.
 café - css                  ../cspell-bundled-dicts/...spell/dict-css/css.txt.gz
 café - dart                 ../cspell-bundled-dicts/...ell/dict-dart/dart.txt.gz
 café - django               ../cspell-bundled-dicts/...dict-django/django.txt.gz
+café - docker               ../cspell-bundled-dicts/...ocker/docker-words.txt.gz
 café - dotnet               ../cspell-bundled-dicts/...dict-dotnet/dotnet.txt.gz
 café - elixir               ../cspell-bundled-dicts/...dict-elixir/elixir.txt.gz
 café * en_us*               ../cspell-bundled-dicts/.../dict-en_us/en_US.trie.gz
@@ -1068,6 +1072,7 @@ hello - csharp               ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
 hello - css                  ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
 hello - dart                 ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
 hello - django               ../cspell-bundled-dicts/...ict-django/django.txt.gz
+hello - docker               ../cspell-bundled-dicts/...cker/docker-words.txt.gz
 hello - dotnet               ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
 hello - elixir               ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
 hello * en_us*               ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
@@ -1120,6 +1125,7 @@ hello - csharp               ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
 hello - css                  ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
 hello - dart                 ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
 hello - django               ../cspell-bundled-dicts/...ict-django/django.txt.gz
+hello - docker               ../cspell-bundled-dicts/...cker/docker-words.txt.gz
 hello - dotnet               ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
 hello - elixir               ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
 hello * en_us                ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
@@ -1200,6 +1206,7 @@ hello - csharp               ../cspell-bundled-dicts/...ict-csharp/csharp.txt.gz
 hello - css                  ../cspell-bundled-dicts/...pell/dict-css/css.txt.gz
 hello - dart                 ../cspell-bundled-dicts/...ll/dict-dart/dart.txt.gz
 hello - django               ../cspell-bundled-dicts/...ict-django/django.txt.gz
+hello - docker               ../cspell-bundled-dicts/...cker/docker-words.txt.gz
 hello - dotnet               ../cspell-bundled-dicts/...ict-dotnet/dotnet.txt.gz
 hello - elixir               ../cspell-bundled-dicts/...ict-elixir/elixir.txt.gz
 hello * en_us*               ../cspell-bundled-dicts/...dict-en_us/en_US.trie.gz
@@ -1254,6 +1261,7 @@ not-in-any-dictionary - csharp               ../cspell-bundle...rp/csharp.txt.gz
 not-in-any-dictionary - css                  ../cspell-bundle...t-css/css.txt.gz
 not-in-any-dictionary - dart                 ../cspell-bundle...dart/dart.txt.gz
 not-in-any-dictionary - django               ../cspell-bundle...go/django.txt.gz
+not-in-any-dictionary - docker               ../cspell-bundle...ker-words.txt.gz
 not-in-any-dictionary - dotnet               ../cspell-bundle...et/dotnet.txt.gz
 not-in-any-dictionary - elixir               ../cspell-bundle...ir/elixir.txt.gz
 not-in-any-dictionary - en_us*               ../cspell-bundle...us/en_US.trie.gz