Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

Docker Training Course

Learn to build, ship, and scale robust containerized applications using the latest Docker Engine and BuildKit features.

About the course

This intensive three-day hands-on course transitions engineers from basic container awareness to high-level proficiency in modern container orchestration and image optimization. By focusing on the underlying Linux primitives and the OCI standard, participants gain a deep architectural understanding of how Docker Engine v29 interacts with containerd and runc. We move beyond simple "Hello World" examples to explore sophisticated BuildKit techniques, including cache mounts and multi-stage builds, ensuring your CI/CD pipelines are both fast and secure.

The course bridges the gap between local development and production readiness. You will master Docker Compose for multi-service orchestration, implement persistent storage strategies, and navigate complex networking scenarios.

The final modules introduce essential security concepts and the broader ecosystem, including DevContainers and WebAssembly, providing a future-proof foundation for any cloud-native environment.

Instructor-led online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

  • By the end of this course, attendees will be able to:

    • Architect and build optimized, multi - stage Docker images using BuildKit and modern base image strategies like Distroless and Chainguard.
    • Implement complex multi - container applications using Docker Compose v2 with advanced features like service health checks and the include directive.
    • Configure secure and efficient container networking and persistent storage volumes for production - grade data management.
    • Integrate Docker into CI/CD pipelines with multi - architecture support and automated vulnerability scanning.
    • Apply core security principles to containerized workloads, including secret management and non - root user execution.
  • This course is designed for Software Engineers, DevOps Professionals, and Systems Administrators who need to containerize applications and manage development or production environments. It is equally valuable for Developers looking to standardize team environments using DevContainers and modern build tools.

  • This Docker training is designed to be accessible to individuals with a range of technical backgrounds. However, to get the most out of the course, it is recommended that participants have:

    • Familiarity with a Command-Line Interface: Comfort with using CLI including some basic Linux commands (e.g. PowerShell & WSL / Linux or Mac Terminal) for basic tasks will be beneficial, but not mandatory - we can guide you where needed.

    • Basic Understanding of Application Deployment: A general idea of how applications are typically deployed and run.

    No prior experience with Docker or containerization is necessary. We will cover the fundamentals of Docker from the ground up.

    We can customise the training to match your team's experience and needs - for instance with additional time and coverage of Linux fundamentals for those with less exposure. Get in touch to find out more.

  • This Docker course is available for private / custom delivery for your team - as an in-house face-to-face workshop at your location of choice, or as online instructor-led training via MS Teams (or your own preferred platform).

    Get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • Introduction to Containers

    • Container fundamentals: Namespaces, cgroups, and union filesystems.

    • Virtual Machines vs. Containers: Resource allocation and isolation boundaries.

    • OCI Standards: Runtime, Image, and Distribution specifications.

    • Docker Engine v29 Architecture: Deep dive into the CLI, daemon, containerd, and runc.

    • The Runtime Landscape: Comparing Docker, Podman, and containerd.

    Image engineering and registry management

    • Image structure: Layers, metadata, and the copy - on - write model.

    • Advanced Naming: Registry, repository, tags, and content - addressable digests.

    • Base Image Selection: Comparing Ubuntu, Alpine, Distroless, and Chainguard.

    • Registry Operations: Working with Docker Hub, GitHub Container Registry, and private cloud registries.

    • Performance Impact: How image size affects deployment velocity and attack surfaces.

    Advanced building with BuildKit

    • Dockerfile Best Practices: Instructions from FROM to ENTRYPOINT.

    • BuildKit Features: Parallel layer creation with COPY --link.

    • Optimization: Layer caching strategies and Dockerfile instruction ordering.

    • Advanced Mounts: Utilizing --mount=type=cache for package managers and --mount=type=secret for build - time credentials.

    • Multi - stage Builds: Segregating build dependencies from runtime artifacts.

    Container networking and storage

    • Network Drivers: Bridge, Host, Overlay, and None drivers.

    • Service Discovery: User - defined bridges and automatic DNS resolution.

    • Persistence Strategies: Named volumes vs. bind mounts.

    • Security in Storage: Utilizing tmpfs for in - memory sensitive data.

    • Lifecycle Management: Volume pruning and data migration patterns.

    Multi-service orchestration with Compose

    • Compose v2 Specification: Anatomy of a modern compose.yaml file.

    • Dependency Management: Health checks and startup conditions.

    • Modular Configuration: Using the include directive and Compose Profiles.

    • Development Velocity: Implementing Compose Watch for real - time code synchronization.

    • Environment Handling: Variable interpolation and .env file hierarchies.

    CI/CD and production workflows

    • Pipeline Integration: Building, scanning, and signing images in GitHub Actions.

    • Multi - Arch Builds: Using Buildx to target amd64 and arm64 simultaneously.

    • Tagging Strategies: Semantic versioning vs. Git SHA tagging for production.

    • Automated Security: Implementing vulnerability scanning gates in the build pipeline.

    Docker Security overview

    • The Principle of Least Privilege: Implementing non - root USER instructions.

    • Secret Management: Avoiding environment variable leaks.

    • Content Trust: Image signing and verification.

    • Scanning and Remediation: Identifying CVEs in base images and application layers.

    The Modern Container Ecosystem

    • Developer Productivity: Docker Init, Docker Debug, and DevContainers.

    • Orchestration Pathways: From Docker Swarm to Kubernetes and K3s.

    • Future Trends: WebAssembly (Wasm) containers and the Docker AI toolchain.

    • Testing Patterns: Introduction to Testcontainers for integration testing.

Trusted by

Crown Commercial Service Supplier (CCS) logo Amadeus Services company logo CERN organisation logo

Public Courses Dates and Rates

Standard duration: 3 days

Please get in touch for pricing and availability.

Course enquiry

Send us a no-obligation enquiry about this course

Choose how you first heard about Framework Training.

Related courses