PRPetter Rasmusseninblog.glot.io·Jan 1, 2021 · 2 min readCreate a code sandbox with docker-runHow to create a simple web page that let's you run python code (or any other language) from the browser: These instructions are for ubuntu 20.10, but should be similar for other linux distros. Install docker-run Docker-run will be used to run the co...00
PRPetter Rasmusseninblog.glot.io·Jan 1, 2021 · 1 min readA new code runner api: docker-runDocker-run provides a http api for running code inside transient docker containers. The communication with the docker daemon happens via it's api over a unix socket and is meant to run on the same machine as the docker daemon. This could be used as a...00