Skip to content

Commit 0cc904b

Browse files
committed
Fix container name
1 parent 59bb22b commit 0cc904b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Slides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,8 @@ Feature parity with Linux. The previous Windows Server 2016 couldn't do that.
702702
- Kill and remove the container
703703

704704
```powershell
705-
docker container kill web
706-
docker container rm web
705+
docker container kill iis
706+
docker container rm iis
707707
```
708708
]
709709

0 commit comments

Comments
 (0)