Skip to content

Commit

Permalink
Add chef-workstation devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez committed Dec 23, 2021
1 parent d99fbc2 commit 4c2aedb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.209.6/containers/chef-workstation
{
"name": "Chef Workstation (Community)",
"image": "chef/chefworkstation:stable",
"settings": {},
"extensions": [
"chef-software.chef"
]
}
1 change: 1 addition & 0 deletions chefignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ Vagrantfile
# Custom #
##########
.delivery/*
.devcontainer/*
.github/*
CODE_OF_CONDUCT*

0 comments on commit 4c2aedb

Please sign in to comment.