Search Suggest

docker
docker

Docker Compose + Python + Flask Example

On this page you build a simple Python web application running on Docker Compose. The application uses the Flask framework and maintains a hit counte…

Docker + PHP Application Example

We can run php application using docker. In the following steps, we are creating and running php application. Create a directory Create a directory t…

Docker + Java Application Example

As, we have mentioned earlier that docker can execute any application. Here, we are creating a Java application and running by using the docker. This…

Kubernetes + Python (Flask) Example

So, you know you want to run your application in Kubernetes but don’t know where to start. Or maybe you’re getting started but still don’t know what …