amd64 based container to run on raspbian. Runs python web app rendering react-components.
185
pythonReactContainer container that lets you deploy python based react component rendering web apps.
Steps before you run the container:
app.py module in this folder that should be the main module running httpServer.The app folder gets mounted to Container while you run.
docker run -v absolute/path/to/app/:/app/ -p 8080:8080 -it pyApp
if you modify anything in the Dockerfile, do not forget to rebuild it.
docker build . -t pyapp
Content type
Image
Digest
Size
149.4 MB
Last updated
over 9 years ago
docker pull sansupercool/armpyreact