Best of DockerDecember 2021

  1. 1
    Article
    Avatar of gcgitconnected·4y

    GitHub may replace DockerHub

    DockerHub as a single repository of container images is becoming less and less important. In it’s place, GitHub is a strong contender as it has its sights on being everything a developer needs. GitHub has become the defacto standard for any Open Source project, and developers, on the whole, like using it.

  2. 2
    Article
    Avatar of towardsdevTowards Dev·4y

    A practical guide into DevOps as a back-end engineer

    How to set up a digital ocean droplet, a GCP instance, or an AWS EC2 instance. Decide which cloud platform you will use then select the link for a walk-through on how to get started. Use docker-compose to build, deploy, run, update, and stop containers using simple commands.

  3. 3
    Article
    Avatar of towardsdevTowards Dev·4y

    GUI Applications in a Docker Container

    The X11 socket is a program that allows users to run GUI applications on top of their OS. To launch a container we need its image file (i.e. setup) We can get the image of a container either from the internet or we can create it by ourselves.

  4. 4
    Article
    Avatar of gcgitconnected·4y

    Useful Docker Commands for Software Developers

    Docker is a tool that we use to containerise applications. It can be used to handle containers inside your Kubernetes project. In this article, I will be talking about the most useful docker commands which can help you in your DevOps projects. Most useful Docker commands that every Developer should know Randil Tennakoon.

  5. 5
    Article
    Avatar of flydotioFly.io·4y

    Launching Livebook using LiveView

    Fly.io runs apps close to users, by transmuting Docker containers into micro-VMs around the world. This is a post about writing our LiveView launcher that launches a Livebook instance for you on Fly.io. If you're more interested in deploying your own project, the easiest way to learn more is to try it out.