Best of ContainersDecember 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 faunFaun·4y

    Kubernetes Made Simple: The basics

    Kubernetes is an open-source container orchestration tool or framework developed by Google in 2014. It helps you manage applications that are made up of hundreds or thousands of containers in different environment either Physical, Virtual or hybrid machines. It consists of a Master node and then a number of Worker nodes where each node has kubelet running on it.

  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 devtoDEV·4y

    One-page CRM Admin Dashboard using HTML5, CSS3 and JavaScript

    Carrotsuite-admin-ui is a CRM admin dashboard built with pure HTML5, CSS3 and JavaScript. The complete code is online and it is entirely free both for private and commercial use. The admin dashboard has, among others, the following features:Clean and responsive design.Subtle animations with pure CSS3.

  5. 5
    Article
    Avatar of armosecArmo·4y

    Kubernetes Open Source Tools to Check Out in 2022

    In 2014, Kubernetes surfaced from work at Google and quickly became the de facto standard for container management and orchestration. The community surrounding the project is exceptionally committed to the project and is constantly sharing new tools and features to help developers run, test, and code cloud-native services. 2021 was a massive year for the project, and there's more to come.

  6. 6
    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.