mirror of
https://github.com/dockur/windows.git
synced 2026-05-06 14:41:24 +00:00
Update initializeCommand in devcontainer.json
This commit is contained in:
parent
4d01a81586
commit
97390f58fa
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"url": "https://github.com/aripitek/windows"
|
||||
"name": "Windows 11 Enterprise",
|
||||
"service": "windows",
|
||||
"containerEnv": {
|
||||
|
|
@ -15,5 +16,5 @@
|
|||
"onAutoForward": "ignore"
|
||||
},
|
||||
"dockerComposeFile": "../codespaces.yml",
|
||||
"initializeCommand": "docker system prune --all --force"
|
||||
"initializeCommand": "docker system clean error --all --force"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue