docker
Run Cron jobs inside Docker container
This Dockerfile can be used to execute python code, scheduled by a Cron job.
The basic steps...
Python Socket.io server Dockerfile
Python Dockerfile to run a Socket.io server using Python-socketio server.
Dockerfile for a...
Docker Cleanup
Docker is a great tool, we all know it.Often, there are consecuences of a rash usage like to...
Run mongodb as a docker container
The following Dockerfile definition runs a mongodb 3.4.18 database inside a docker container. ...
Python Dockerfile
Dockerfile to run a python Flask app.
Assume the application is in main.py file,Flask app has...