From e796adcdb6daded383b9cdba6adaa59ae128b9f1 Mon Sep 17 00:00:00 2001 From: WofWca Date: Thu, 22 Aug 2024 09:43:06 +0000 Subject: [PATCH] Snowflake Docker: remove unnecessary `docker ps` --- .../relay/setup/snowflake/standalone/docker/contents.lr | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/content/relay/setup/snowflake/standalone/docker/contents.lr b/content/relay/setup/snowflake/standalone/docker/contents.lr index 4a98bbab..963dce5c 100644 --- a/content/relay/setup/snowflake/standalone/docker/contents.lr +++ b/content/relay/setup/snowflake/standalone/docker/contents.lr @@ -50,15 +50,8 @@ and your proxy is up and running! ### 3. Checking your Docker logs -To access your Snowflake proxy logs, first find the container ID number. -Run the command: ``` -$ docker ps -``` -Your Snowflake container ID is on the same line of `thetorproject/snowflake-proxy:latest`. -Replace the container ID below with yours and run the command: -``` -$ docker logs -f 42fb82372340 +$ docker logs -f snowflake-proxy ``` ### 4. Automatic updates with Watchtower