You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
At the moment the only way to interact with services is to spins up daemon & app as services, but many developers may find easier for testing or work in production to only run the exact container needed for their application, after thei done exploring through the app.
I think is worth to add an extra category here for users, something like "Use with Docker" and will point to ready-made snippets that involves the use of docker CLI. I do imagine
Run a service (detached, with a nice name, restart on failure, attach GPU etc..)
Check the logs (with tail of last 200 maybe)
Stop/Delete a service
A bonus point would be to setup a simple docker swarm and define a number of desired replicas for the service.
The text was updated successfully, but these errors were encountered:
tiero
changed the title
Consumer: add examples on how to use Prem with docker CLI
Consumer: add examples on how to use Prem with docker CLI directly
Aug 25, 2023
Yes also in the app could be a great place, and I would say also the registry at this point! I'll keep the issue in this repo for time being, will move it
At the moment the only way to interact with services is to spins up
daemon
&app
as services, but many developers may find easier for testing or work in production to only run the exact container needed for their application, after thei done exploring through the app.I think is worth to add an extra category here for users, something like "Use with Docker" and will point to ready-made snippets that involves the use of docker CLI. I do imagine
A bonus point would be to setup a simple docker swarm and define a number of desired replicas for the service.
The text was updated successfully, but these errors were encountered: