Skip to content

Commit

Permalink
Update windows-mac-remap.jsonnet
Browse files Browse the repository at this point in the history
Signed-off-by: Foundation <179532304+Strong-Foundation@users.noreply.github.com>
  • Loading branch information
Strong-Foundation authored Dec 22, 2024
1 parent 2119f77 commit dc26dc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jsonnet/windows-mac-remap.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,18 @@ local bundle = {
'^com\\.apple\\.Safari$', // Safari browser
],

// Containers application
containers: [
'^com\\.docker.docker$', // Docker container (handles Docker engine and related services)
],

// A combined list of all the bundles
standard:
$.hypervisors +
$.ides +
$.remoteDesktops +
$.terminalEmulators +
$.containers +
[],
};

Expand Down

0 comments on commit dc26dc8

Please sign in to comment.