Deploy a docker 🐋 web application using AWS-ECS
For those who had just started, we’ll have a look at docker and ECS. Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as...
[Read more]
Deploy a python app using OpenFaaS
OpenFaaS provides function as a service. FaaS is a framework for building serverless functions on top of containers. FaaS can be run using Docker Swarm. With FaaS developers can focus on development more than servers and deploys. FaaS providers do not charge to their clients for an ideal condition, clients...
[Read more]
ManageIQ Installation in Docker
Docker image for ManageIQ is available. It can be run in a Docker container. There are also other options like Public cloud or Vagrant to get started with ManageIQ. It can run everywhere Docker is available. First thing, you have to install Docker on your system. Follow instructions in Docker...
[Read more]