File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,9 @@ Expected output:
3232``` output
3333arm64
3434```
35-
35+ {{% notice optional_title %}}
3636Container CLI supports only Apple silicon Macs (M1, M2, M3, and M4).
37+ {{% /notice %}}
3738
3839Check 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
9898In a working directory, create a file named ` Dockerfile ` :
9999
@@ -180,22 +180,18 @@ container ls
180180
181181The 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
186186uninstall-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
194192uninstall-container.sh -d
195193```
196194
197195This will remove the CLI and all related images, logs, and metadata.
198196
199- ---
200-
201197You’ve now installed Container CLI and built your first Arm Linux container on macOS.
You can’t perform that action at this time.
0 commit comments