DEV Community

Discussion on: I would like to create Docker based PaaS. How do you think?

Collapse
 
acro5piano profile image
Kay Gosho • Edited

Update: I created the working demo!

docker-run.com/

That version does:

  • Remotely run docker pull and docker run
  • Automatically bind container's port to available host port
  • Register each domains and proxy requests to the container
  • Print Docker log with WebSocket

It is really great if you give me your feedbacks!

Note: I used TypeScript + Express + React and more.

Thanks!