Cisco træning

Insoft Services er en af de få uddannelsesudbydere i EMEAR, der tilbyder hele spektret af Cisco-certificering og specialiseret teknologiuddannelse.

Lær hvordan

Cisco-certificeringer

Oplev en blandet læringsmetode, der kombinerer det bedste fra instruktørstyret træning og e-læring i eget tempo for at hjælpe dig med at forberede dig til din certificeringseksamen.

Lær hvordan

Cisco Learning Credits

Cisco Learning Credits (CLCs) er forudbetalte træningskuponer, der indløses direkte med Cisco, og som gør det nemmere at planlægge din succes, når du køber Cisco-produkter og -tjenester.

Lær hvordan

Cisco Efteruddannelse

Cisco Continuing Education Program tilbyder alle aktive certificeringsindehavere fleksible muligheder for at gencertificere ved at gennemføre en række kvalificerede træningselementer.

Lær hvordan

Cisco Digital Learning

Certificerede medarbejdere er VÆRDSATTE aktiver. Udforsk Ciscos officielle digitale læringsbibliotek for at uddanne dig selv gennem optagede sessioner.

Lær hvordan

Cisco Business Enablement

Cisco Business Enablement Partner Program fokuserer på at skærpe Cisco Channel Partners og kunders forretningsmæssige færdigheder.

Lær hvordan

Cisco kursuskatalog

Lær hvordan

Fortinet-certificeringer

Fortinet Network Security Expert (NSE) -programmet er et otte-niveau uddannelses- og certificeringsprogram for at undervise ingeniører i deres netværkssikkerhed for Fortinet FW-færdigheder og erfaring.

Lær hvordan

Fortinet træning

Insoft er anerkendt som Autoriseret Fortinet Training Center på udvalgte steder på tværs af EMEA.

Tekniske kurser

Fortinet kursuskatalog

Udforsk hele Fortinet-træningskataloget. Programmet omfatter en bred vifte af selvstændige og instruktørledede kurser.

Lær hvordan

ATC-status

Tjek vores ATC-status på tværs af udvalgte lande i Europa.

Lær hvordan

Fortinet Professionelle Services

Globalt anerkendte team af certificerede eksperter hjælper dig med at gøre en mere jævn overgang med vores foruddefinerede konsulent-, installations- og migreringspakker til en lang række Fortinet-produkter.

Lær hvordan

Microsoft træning

Insoft Services tilbyder Microsoft-undervisning i EMEAR. Vi tilbyder Microsoft tekniske kurser og certificeringskurser, der ledes af instruktører i verdensklasse.

Tekniske kurser

Extreme træning

Find all the Extreme Networks online and instructor led class room based calendar here.

Tekniske kurser

Tekniske certificeringer

Vi leverer omfattende læseplan for tekniske kompetencefærdigheder på certificeringspræstationen.

Lær hvordan

Extreme kursuskatalog

Lær hvordan

ATP-akkreditering

Som autoriseret uddannelsespartner (ATP) sikrer Insoft Services, at du får de højeste uddannelsesstandarder, der findes.

Lær hvordan

Løsninger og tjenester

Vi leverer innovativ og avanceret support til design, implementering og optimering af IT-løsninger. Vores kundebase omfatter nogle af de største Telcos globalt.

Lær hvordan

Globalt anerkendte team af certificerede eksperter hjælper dig med at gøre en mere jævn overgang med vores foruddefinerede konsulent-, installations- og migreringspakker til en lang række Fortinet-produkter.

Om os

Insoft tilbyder autoriseret uddannelses- og konsulentbistand til udvalgte IP-leverandører. Få mere at vide om, hvordan vi revolutionerer branchen.

Lær hvordan
  • +45 32 70 99 90
  • Beginning DevOps with Docker

    Duration
    1 Dag
    Delivery
    (Online Og På stedet)
    Price
    Pris på forespørgsel
    The Beginning DevOps with Docker course outlines the power of containerization and the influence this innovation has on development teams and general operations. We also get to understand what DevOps really is, the principles involved and how the process contributes to product health, by implementing a Docker workflow. Docker is an open-source containerization tool, that makes it easier to streamline product delivery and reduce the time it takes to get from a whiteboard sketch of the business to a money-back implementation. We will start by defining how Docker influences the DevOps process. We will then design and build simple containers, with a clear outline of how applications are involved in the process. Then we will define the key highlights when setting up multiple containers while setting up a number using docker-compose, Docker's tool for running multi-container applications. We will wind up by having a production-ready application and host it locally (a process that you can replicate in the cloud).  

    This is a 1-day course packaged with the perfect balance of theory and hands-on activities that will help you learn Docker from scratch.

    This course complies with instructional designing principles for all the 3 lessons. This will ensure that you repeat and reinforce your gained knowledge at every step. Each and every minute spent during this 1-day course will incrementally take you to the next level.

    Lesson 1: Images and Containers

    • How Docker Improves a DevOps Workflow
    • Basic Docker Terminal Commands
    • Dockerfile Syntax
    • Building Images
    • Running Containers From Images
    • Versioning Images and Docker Hub
    • Deploying a Docker Image to Docker Hub

    Lesson 2: Application Container Management

    • The docker-compose Tool
    • Overview of a Multi-Container Application Setup
    • Managing Multiple Containers and Distributed Application Bundles
    • Networking with docker-compose

    Lesson 3: Orchestration and Delivery

    • An Overview of Docker Swarm
    • Using Docker Engine to Create a Swarm
    • Managing Services and Applications in a Swarm
    • Scaling Services Up and Down

    The course is crafted for developers, system architects, junior and mid-level site reliability engineers interested in adopting a Docker workflow. They are also required to have a basic knowledge of UNIX concepts such as ssh, ports and logs.

    Hardware:
    For successful completion of this course, students will require computer systems with the following:

    • Processor: 1.8 GHz or higher (Core 2 Duo and above)
    • Memory: Minimum 2 GB RAM
    • Hard Disk: Minimum 10 GB
    • Operating System: Windows 10
    • Projector
    • Internet connection

    Software:

    • Browser: Google Chrome or Mozilla Firefox (Latest updates installed)
    • Docker Community Edition 17.12

     

    Installation and Setup
    Before you start with this course, we’ll install Docker Community Edition 17.12. Here, you will find the steps to install these.

     

    Installing Docker Community Edition 17.12

    1. Visit the Docker Toolbox page below: https://docs.docker.com/toolbox/toolbox_install_windows/in your browser

    2. Click the installer link to download.

    3. Install Docker Toolbox by double-clicking the installer.

    4. Press Next to accept all the defaults and then Install.

    The Beginning DevOps with Docker course outlines the power of containerization and the influence this innovation has on development teams and general operations. We also get to understand what DevOps really is, the principles involved and how the process contributes to product health, by implementing a Docker workflow. Docker is an open-source containerization tool, that makes it easier to streamline product delivery and reduce the time it takes to get from a whiteboard sketch of the business to a money-back implementation. We will start by defining how Docker influences the DevOps process. We will then design and build simple containers, with a clear outline of how applications are involved in the process. Then we will define the key highlights when setting up multiple containers while setting up a number using docker-compose, Docker's tool for running multi-container applications. We will wind up by having a production-ready application and host it locally (a process that you can replicate in the cloud).  

    This is a 1-day course packaged with the perfect balance of theory and hands-on activities that will help you learn Docker from scratch.

    This course complies with instructional designing principles for all the 3 lessons. This will ensure that you repeat and reinforce your gained knowledge at every step. Each and every minute spent during this 1-day course will incrementally take you to the next level.

    Lesson 1: Images and Containers

    • How Docker Improves a DevOps Workflow
    • Basic Docker Terminal Commands
    • Dockerfile Syntax
    • Building Images
    • Running Containers From Images
    • Versioning Images and Docker Hub
    • Deploying a Docker Image to Docker Hub

    Lesson 2: Application Container Management

    • The docker-compose Tool
    • Overview of a Multi-Container Application Setup
    • Managing Multiple Containers and Distributed Application Bundles
    • Networking with docker-compose

    Lesson 3: Orchestration and Delivery

    • An Overview of Docker Swarm
    • Using Docker Engine to Create a Swarm
    • Managing Services and Applications in a Swarm
    • Scaling Services Up and Down

    The course is crafted for developers, system architects, junior and mid-level site reliability engineers interested in adopting a Docker workflow. They are also required to have a basic knowledge of UNIX concepts such as ssh, ports and logs.

    Hardware:
    For successful completion of this course, students will require computer systems with the following:

    • Processor: 1.8 GHz or higher (Core 2 Duo and above)
    • Memory: Minimum 2 GB RAM
    • Hard Disk: Minimum 10 GB
    • Operating System: Windows 10
    • Projector
    • Internet connection

    Software:

    • Browser: Google Chrome or Mozilla Firefox (Latest updates installed)
    • Docker Community Edition 17.12

     

    Installation and Setup
    Before you start with this course, we’ll install Docker Community Edition 17.12. Here, you will find the steps to install these.

     

    Installing Docker Community Edition 17.12

    1. Visit the Docker Toolbox page below: https://docs.docker.com/toolbox/toolbox_install_windows/in your browser

    2. Click the installer link to download.

    3. Install Docker Toolbox by double-clicking the installer.

    4. Press Next to accept all the defaults and then Install.

      Kommende datoer
      Dato på anmodning

    Follow Up Courses

    Filtrer
    • 3 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 3 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 5 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 5 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 3 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 4 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 5 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 5 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 4 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 2 Dage
      Dato på anmodning
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.