• chevron_right

      Setting Hostname in Docker Compose

      pubsub.slavino.sk / linuxhandbook.com · Thursday, 25 November, 2021 - 12:50 edit

    In this quick Docker tip, you'll learn how to set a hostname for your container via Docker Compose.

    Značky: #Docker, #Linux

    • chevron_right

      Docker really did change the world

      pubsub.slavino.sk / infoworldcom · Tuesday, 16 November, 2021 - 11:00 edit

    In 2013, Docker was the “it” company. Docker made headlines for the critical role it played in bringing containers to the mainstream, and in many ways displaced PaaS as the hotness of the time ( Heroku anyone ?). Now, the company is back in the press with the introduction of a new model for Docker Desktop that requires larger organizations to buy a paid subscription for the tools. There’s been a vocal reaction to this announcement , one that reminds me of the important role Docker played in popularizing a model we know, love, and now use on a mainstream basis: containers.

    To read this article in full, please click here


    Značky: #Containers, #Rozne, #Docker, #PaaS, #Kubernetes, #Devops, #Cloud-Native

    • chevron_right

      How to Upgrade Docker Containers Automatically When Updating Dockerized Web Apps

      pubsub.slavino.sk / linuxhandbook.com · Friday, 12 November, 2021 - 05:46 edit

    Updating WebApps is a regular task for sysadmins. Upgrading the containers that hold them is another extra effort. Automate that & make life easier.

    Značky: #Tips, #Docker, #Linux

    • chevron_right

      How to use Docker for Java development

      pubsub.slavino.sk / infoworldcom · Thursday, 4 November, 2021 - 10:00 edit

    The promise of using Docker during development is to deliver a consistent environment for testing across developer machines and the various environments (like QA and production) in use. The difficulty is that Docker containers introduce an extra layer of abstraction that developers must manage during coding.

    Docker enables application code to be bundled with its system requirements definition in a cross-platform, runnable package. This is a graceful abstraction for solving a fundamental need in deploying and managing software runtimes, but it introduces an extra layer of indirection that must be dealt with when programmers are doing what they do: iteratively modifying and testing the internals of the software and its dependencies.

    To read this article in full, please click here


    Značky: #Docker, #Rozne, #Containers, #Java

    • chevron_right

      Docker Compose Up vs Start and Down vs Stop: Differences Explained

      pubsub.slavino.sk / linuxhandbook.com · Monday, 1 November, 2021 - 14:02 edit

    For a beginner on docker-compose, terms like docker-compose up, start, down and stop could be a quite overwhelming. This article explains the difference with detailed examples.

    Značky: #Explain, #Docker, #Linux

    • chevron_right

      Installing Additional Modules in the Icinga Web 2 Docker Container

      pubsub.slavino.sk / icinga · Wednesday, 20 October, 2021 - 09:21 edit

    The Docker images we provide for both Icinga 2 and Icinga Web 2 already contain quite a number of modules. For example, the Icinga Web 2 image contains all the Web modules developed by us. But one of the main benefits of Icinga is extensibility, so you might want to use more than what is […]

    The post Installing Additional Modules in the Icinga Web 2 Docker Container appeared first on Icinga .


    Značky: #modules, #icingaweb2, #docker, #How-tos, #Network

    • chevron_right

      Where are Docker Images, Containers and Volumes Stored on the Linux Host System?

      pubsub.slavino.sk / linuxhandbook.com · Tuesday, 19 October, 2021 - 08:49 edit

    Some quick tips to let you know where Docker Images, Containers and Volumes are located on your Linux server host.

    Značky: #Docker, #Linux

    • chevron_right

      How to squash Docker image

      pubsub.slavino.sk / sleeplessbestie · Friday, 17 September, 2021 - 11:00 edit

    Squash Docker image to remove unnecessary layers in case you do not have a need to keep them. Install docker-squash. $ pip install docker-squash Display help information. $ docker-squash --help usage: docker-squash [-h] [-v] [--version] [-d] [-f FROM_LAYER] [-t TAG] [-c] [--tmp-dir TMP_DIR] [--output-path OUTPUT_PATH] image Docker layer squashing tool positional arguments: image Image to […]

    Značky: #Docker, #DevOps, #Linux

    • chevron_right

      What is Docker? The spark for the container revolution

      pubsub.slavino.sk / infoworldcom · Monday, 2 August, 2021 - 10:00 edit

    Docker is a software platform for building applications based on containers —small and lightweight execution environments that make shared use of the operating system kernel but otherwise run in isolation from one another. While containers have been used in Linux and Unix systems for some time, Docker, an open source project launched in 2013, helped popularize the technology by making it easier than ever for developers to package their software to “build once and run anywhere.”

    [ Also on InfoWorld: What is devops? Bringing dev and ops together to build better software ]

    A brief history of Docker

    Founded as DotCloud in 2008 by Solomon Hykes in Paris, what we now know as Docker started out as a platform as a service (PaaS) before pivoting in 2013 to focus on democratizing the underlying software containers its platform was running on.

    To read this article in full, please click here


    Značky: #Docker, #Kubernetes, #Windows, #Linux, #Rozne