Docker

    Docker (7)

    A series of tips and tricks to get you up and running with docker

    Monitoring your Docker hosts, containers and containerised services (Part 2)

    06 April 2017 Docker
    Dave Ashton

    Written by

    In Part 1 I covered setting up and running dockprom a containeried monitoring solution for Docker and its host. Now I will configure the alerts it is possible to send yourself should anything go awry.

    Monitoring your Docker hosts, containers and containerised services (Part 1)

    06 April 2017 Docker
    Dave Ashton

    Written by

    Most of the projects I work on have strict rules regarding data privacy, using a SaaS outside EU it's not possible and even if so, I would not opt for an external service, paid or not, if I have a viable self-hosted open source solution. So I’ve been looking for an open source, self-hosted monitoring solution that can provide metrics storage, visualisation and alerting for physical servers, virtual machines, containers and services that are running inside containers. After trying out several others and Prometheus I’ve settled-on Prometheus, primarily due to its support for multi-dimensional metrics and the query language that’s easy to grasp.

    Linking Docker Containers

    29 March 2016 Docker
    Dave Ashton

    Written by

    In previous tutorials I have built standalone containers i.e. everything in one “box”, webserver, application and database. One can see how building several containers like this for multiple applications will involve a lot of uneccessary duplication, storage, and processing. Docker is an ideal tool split these services into separate blocks and allow them to interact with each other seamlessly.

    Making Docker Containers Web Accessible

    11 March 2016 Docker
    Dave Ashton

    Written by

    In previous tutorials we have accessed the docker applications by binding the containers exposed port 80 to a host port. If there is already a web application/s running on the host using port 80 then the containers port needs to bound to a redundant host port say 81 or upwards. Whilst this works in practice it is not very elegant.

    Build your own Docker image

    02 March 2016 Docker
    Dave Ashton

    Written by

    One of the more important features of Docker is image content management, or image layering. Docker’s layered approach to images (or content) provides a very powerful abstraction for building up application containers. An image provides the foundation layer for a container. New tools, applications, content, patches, etc. form additional layers on the foundation. Containers are workable instances of these combined entities, which can then be bundled into it’s own image.

    Introduction to Docker on BHost

    19 February 2016 Docker
    Dave Ashton

    Written by

    By now, we’ve all heard “Docker, Docker, Docker” coming from every available channel. Ok, we get it, Docker’s great. But why would I want to use it on a Virtual Private Server?

    Install Docker and run a Container

    17 February 2016 Docker
    Dave Ashton

    Written by

    Provision a KVM Virtual Private Server on BHost with a 64 bit operating system of your choice. For the purpose of my tutorials I shall be using Debian 8. Most of the commands I will be demonstrating are from Docker itself and independent of the operating system, however you will have to adapt OS shell commands such as apt-get to suit yourself e.g. yum in Fedora.

    Search

    Calendar

    « April 2024 »
    Mon Tue Wed Thu Fri Sat Sun
    1 2 3 4 5 6 7
    8 9 10 11 12 13 14
    15 16 17 18 19 20 21
    22 23 24 25 26 27 28
    29 30          

    Comments

    Please publish modules in offcanvas position.