Not Yet published? #2

Closed
opened 2026-02-15 21:15:34 -05:00 by yindo · 1 comment
Owner

Originally created by @iChristGit on GitHub (Feb 13, 2026).

(base) PS C:\Users\admin> docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -e OPEN_TERMINAL_API_KEY=your-secret-key ghcr.io/open-webui/open-terminal
Unable to find image 'ghcr.io/open-webui/open-terminal:latest' locally
docker: Error response from daemon: failed to resolve reference "ghcr.io/open-webui/open-terminal:latest": ghcr.io/open-webui/open-terminal:latest: not found

Cant seem to run this, And I rather try this with docker haha

Originally created by @iChristGit on GitHub (Feb 13, 2026). ``` (base) PS C:\Users\admin> docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -e OPEN_TERMINAL_API_KEY=your-secret-key ghcr.io/open-webui/open-terminal Unable to find image 'ghcr.io/open-webui/open-terminal:latest' locally docker: Error response from daemon: failed to resolve reference "ghcr.io/open-webui/open-terminal:latest": ghcr.io/open-webui/open-terminal:latest: not found ``` Cant seem to run this, And I rather try this with docker haha
yindo closed this issue 2026-02-15 21:15:34 -05:00
Author
Owner

@iChristGit commented on GitHub (Feb 13, 2026):

docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -e OPEN_TERMINAL_API_KEY=your-secret-key ghcr.io/open-webui/open-terminal:main
Unable to find image 'ghcr.io/open-webui/open-terminal:main' locally
main: Pulling from open-webui/open-terminal
0c0cdb632734: Download complete
8a35c8d61acc: Downloading [==================================> ] 160.4MB/232MB
ab9e1122ed34: Download complete
1731197b720f: Download complete
f482c7641c1d: Download complete
ef235bf1a09a: Pull complete
0227f505318b: Download complete
7c542600b132: Download complete
954d6059ca7b: Pull complete
2e6bdfa7547c: Download complete
b5e2021c4c8b: Downloading [====================================> ] 49.28MB/67.79MB
128c71264009: Download complete
6a4e55e1c327: Download complete

this worked.

@iChristGit commented on GitHub (Feb 13, 2026): docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -e OPEN_TERMINAL_API_KEY=your-secret-key ghcr.io/open-webui/open-terminal:main Unable to find image 'ghcr.io/open-webui/open-terminal:main' locally main: Pulling from open-webui/open-terminal 0c0cdb632734: Download complete 8a35c8d61acc: Downloading [==================================> ] 160.4MB/232MB ab9e1122ed34: Download complete 1731197b720f: Download complete f482c7641c1d: Download complete ef235bf1a09a: Pull complete 0227f505318b: Download complete 7c542600b132: Download complete 954d6059ca7b: Pull complete 2e6bdfa7547c: Download complete b5e2021c4c8b: Downloading [====================================> ] 49.28MB/67.79MB 128c71264009: Download complete 6a4e55e1c327: Download complete this worked.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/open-terminal#2