Back to skills

Docker

DevOps Since Dec 2022
L3
58/100

Other technologies

Docker docker-compose

Evidence

  • Why this level

    Summary

    Docker is used across several projects for full-stack orchestration, geospatial services, VM rebuilds and industrialization around Docker Compose.

  • Current ceiling

    Summary

    The main improvement axes to reach the next level are: show cluster orchestration, document more distributed observability, and expose more advanced deployment strategies.

  • Local full-stack orchestration

    Permalink Source

    The docker-compose of Parking App orchestrates backend, frontend and geospatial database, then extends the stack in production with a TLS reverse proxy.

  • Multi-service Compose industrialization

    PR Source

    The compose file in GeoNature-Docker-services adds one-shot services for monitoring, migrations, supergrant and altitude raster import.

  • Docker observability

    PR Source

    The logging configuration in GeoNature-Docker-services also structures json-file logging, log rotation and service labels for external collection.

  • Container rebuilds on VM

    Permalink Source

    The portfolio CMS deploys through SSH with down, prune, rebuild and restart of production containers.

  • Multi-stage Docker toolchain

    Permalink Source

    The portfolio also uses multi-stage Docker and dev/prod docker-compose in its delivery chain.