diff --git a/site/source/developer-docs/dev-tools/service-container.rst b/site/source/developer-docs/dev-tools/service-container.rst index 12c56b7..d47a68b 100644 --- a/site/source/developer-docs/dev-tools/service-container.rst +++ b/site/source/developer-docs/dev-tools/service-container.rst @@ -14,6 +14,6 @@ Open a terminal, ssh into your device, and enter the following command, replacin .. code-block:: bash - docker exec -it .embassy sh + podman exec -it .embassy sh This will give you a shell within the container. Reminder that nothing you do in here is supported, please be careful!