Snowflake Docker: remove unnecessary docker ps

This commit is contained in:
WofWca 2024-08-22 09:43:06 +00:00
parent 61f0e8a5f5
commit e796adcdb6

View File

@ -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