Best of Docker β€” October 2021

  1. 1
    Article
    Avatar of devdojoDevDojoΒ·5y

    πŸ’‘ Free Introduction to Docker eBook

    This is an open-source introduction to Docker guide. It will help you learn the basics of Docker and how to start using containers for your SysOps, DevOps, and Dev projects. The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer.

  2. 2
    Article
    Avatar of anavidAnalytics VidhyaΒ·5y

    A Complete Guide on Docker for Beginners

    Docker is a software platform that makes developing, executing, managing, and distributing applications easier. It allows you to package your code and dependencies into containers that can be transferred to different hosts, regardless of hardware or operating system. Docker has been widely accepted by some of the world’s leading organizations and universities to run and manage their applications using Docker.

  3. 3
    Article
    Avatar of devdojoDevDojoΒ·5y

    πŸš€ The Missing Docker Crash Course for Developers

    Docker and containers are going to be part of your IT career in one way or another. In this blog post series I'll cover the following:Installing Docker on Ubuntu Linux on a DigitalOcean Droplet.Working with Docker containers.Deploying a Dockerized app.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCampΒ·5y

    What is Ansible? A Tool to Automate Parts of Your Job

    Ansible is a tool that generates written instructions for automating IT professionals' work. It's designed particularly for application deployment, configuration management, intra-service orchestration, and practically anything else a systems administrator does on a weekly or daily basis. Ansible is simple to install because it doesn't require any agent software or other security infrastructure.

  5. 5
    Article
    Avatar of devtoDEVΒ·5y

    Build an API using Node, Express, MongoDB, and Docker

    In this tutorial, we'll be using TypeScript and Docker to build a Menu Restaurant API app from scratch with Node, Express, and MongoDB. The Docker part is optional.Basically, we should be able to:retrieve all menus.retrieve one menu.create a menu.update a menu (or delete it)