Skip to content

Commit 5a9f436

Browse files
Tweaks
1 parent 41a6679 commit 5a9f436

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

content/install-guides/container.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ Expected output:
3232
```output
3333
arm64
3434
```
35-
35+
{{% notice optional_title %}}
3636
Container CLI supports only Apple silicon Macs (M1, M2, M3, and M4).
37+
{{% /notice %}}
3738

3839
Check your macOS version:
3940

@@ -93,7 +94,6 @@ container CLI version 0.2.0
9394

9495
## Build and run a container
9596

96-
### Create a Dockerfile
9797

9898
In a working directory, create a file named `Dockerfile`:
9999

@@ -180,22 +180,18 @@ container ls
180180

181181
The CLI includes an uninstall script. You can choose whether to keep or delete your container data.
182182

183-
To uninstall and **keep** user data (images and containers):
183+
If you plan to reinstall later and want to keep your local container data. To uninstall and keep user data (images and containers):
184184

185185
```bash
186186
uninstall-container.sh -k
187187
```
188188

189-
Use this if you plan to reinstall later and want to keep your local container data.
190-
191-
Uninstall and delete all user data:
189+
Otherwise, to uninstall and delete all user data:
192190

193191
```bash
194192
uninstall-container.sh -d
195193
```
196194

197195
This will remove the CLI and all related images, logs, and metadata.
198196

199-
---
200-
201197
You’ve now installed Container CLI and built your first Arm Linux container on macOS.

0 commit comments

Comments
 (0)