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 was archived by the owner on Jan 27, 2026. It is now read-only.
I want to create a Server that creates manages SSH connection with docker. It will have an API to which we can control create multiple containers on a host machine. The container will have the repo code ready to execute and use. The only thing the user should care about is to connect though SSH and have the environment ready. This is very useful for using tools like GitHub Copilot Agent mode or for fast development of all the Members in the team.
This should have a small database we can check the credentials of the persons that log in, for example check name email and password. After that it will have a CLI prompt that ask what you want to do create a new instance? Check your available instances or delete your instances. After that it will show you the command for SSH and it will give you the password generated for that container.