Skip to content

Commit cbcd08a

Browse files
committed
Fix container ID
1 parent aaa2a15 commit cbcd08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-provision-single-device-linux-symmetric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: iot-edge
77
ms.custom: linux-related-content
88
services: iot-edge
99
ms.topic: how-to
10-
ms.date: 02/27/2024
10+
ms.date: 03/04/2024
1111
ms.author: patricka
1212
ms.reviewer: mattmcinnes
1313
---
@@ -300,7 +300,7 @@ sudo docker ps -a
300300
Delete the containers from your device, including the two runtime containers.
301301
302302
```bash
303-
sudo docker rm -f <container name>
303+
sudo docker rm -f <container ID>
304304
```
305305
306306
Finally, remove the container runtime from your device.

0 commit comments

Comments
 (0)