Giter Site home page Giter Site logo

docker-with-terraform's Introduction

Docker provides software-as-a-service and platform-as-a-service solutions that use operating-system-level virtualization to develop and deliver software in packages called containers. The software that manages the containers/software packages is called Docker Engine.
Containers are isolated from each other like VMs and bundle their own software, libraries and configurations; containers communicate with each other over well-defined channels. All containers are run by a single operating-system kernel and are thus more lightweight than virtual machines. Containers are created from images that specify their precise contents. Images are often created by combining and modifying standard images downloaded from public repositories.
In Docker, we can provision and model the different containers by using different images by CLI or Docker GUI by Docker enterprise edition. We can create networks for communication & volumes for containers for persistent data storage through CLI. Docker provides high availability and scalable solutions/products like

  1. Docker Compose
  2. Docker Swarm
  3. Docker in-built security
  4. Docker networking for web apps.

So all above things, we need to call commands every time. To provision the docker components, We can use orchestration tools or infrastructure tools. Terraform is one of the infrastructure tool to automate provising & modelling docker components by using Terraform Docker provider. We are providing some templates to automate the provising the 1. Docker image 2. Docker container 3. Docker local exec 4. Docker CLI commands 5. Docker Volume 6. Docker container with nginx server 7. Docker network etc...

docker-with-terraform's People

Contributors

jitendra-singh01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.