Transferring a Docker image via SSH, bzipping the content on the fly:
docker save <image> | bzip2 | ssh user@host docker load
# ideas | |
api receive error stacktrace message | |
spring boot starter to throw error to api | |
api receive > create issue (ai join?) | |
api webhook receive gitlab issue create proceess with ai given solution branch and create merge request or request more details about issue | |
https://python.langchain.com/docs/integrations/tools/gitlab/ |
Transferring a Docker image via SSH, bzipping the content on the fly:
docker save <image> | bzip2 | ssh user@host docker load