diff --git a/docs/pages/connect-your-client/teleport-connect.mdx b/docs/pages/connect-your-client/teleport-connect.mdx index 1f907492aefce..18241cb01651e 100644 --- a/docs/pages/connect-your-client/teleport-connect.mdx +++ b/docs/pages/connect-your-client/teleport-connect.mdx @@ -352,7 +352,7 @@ $ "%LocalAppData%\Programs\teleport-connect\Teleport Connect.exe" --insecure Remove Teleport Connect for MacOS from the Applications directory with this command: ```code -$ sudo rm -f /Applications/Teleport\ Connect.app +$ sudo rm -rf /Applications/Teleport\ Connect.app ``` To remove the local user data directory: diff --git a/docs/pages/installation.mdx b/docs/pages/installation.mdx index 57a1329cae8de..60c224919edef 100644 --- a/docs/pages/installation.mdx +++ b/docs/pages/installation.mdx @@ -184,7 +184,7 @@ We also provide the following images for FIPS builds of Teleport Enterprise: | Image name | Includes troubleshooting tools | Image base | | - | - | - | | `public.ecr.aws/gravitational/teleport-ent-fips-distroless:(=teleport.version=)` | No | [Distroless Debian 12](https://github.com/GoogleContainerTools/distroless) | -| `public.ecr.aws/gravitational/teleport-ent-fips-distroless-debug(=teleport.version=)` | Yes | [Distroless Debian 12](https://github.com/GoogleContainerTools/distroless) | +| `public.ecr.aws/gravitational/teleport-ent-fips-distroless-debug:(=teleport.version=)` | Yes | [Distroless Debian 12](https://github.com/GoogleContainerTools/distroless) | For testing, we always recommend that you use the latest release version of Teleport Enterprise, which is currently `(=teleport.latest_ent_docker_image=)`. diff --git a/docs/pages/management/admin/uninstall-teleport.mdx b/docs/pages/management/admin/uninstall-teleport.mdx index 1183edf6d72bd..94bc141349db4 100644 --- a/docs/pages/management/admin/uninstall-teleport.mdx +++ b/docs/pages/management/admin/uninstall-teleport.mdx @@ -157,8 +157,8 @@ $ docker stop teleport If you installed the MacOS `tsh`-only package and/or Teleport Connect for MacOS, you can optionally remove those too: ```code - $ sudo rm -f /Applications/tsh.app - $ sudo rm -f /Applications/Teleport\ Connect.app + $ sudo rm -rf /Applications/tsh.app + $ sudo rm -rf /Applications/Teleport\ Connect.app ``` @@ -275,8 +275,8 @@ $ docker stop teleport If you installed the MacOS `tsh` client-only package and/or Teleport Connect for MacOS, you can optionally remove those too: ```code - $ sudo rm -f /Applications/tsh.app - $ sudo rm -f /Applications/Teleport\ Connect.app + $ sudo rm -rf /Applications/tsh.app + $ sudo rm -rf /Applications/Teleport\ Connect.app ``` @@ -391,8 +391,8 @@ $ docker stop teleport If you installed the MacOS `tsh` client-only package and/or Teleport Connect for MacOS, you can optionally remove those too: ```code - $ sudo rm -f /Applications/tsh.app - $ sudo rm -f /Applications/Teleport\ Connect.app + $ sudo rm -rf /Applications/tsh.app + $ sudo rm -rf /Applications/Teleport\ Connect.app ```