Cisco-opplæring

Insoft Services er en av få opplæringsleverandører i EMEAR som tilbyr hele spekteret av Cisco-sertifisering og spesialisert teknologiopplæring.

Les mer

Cisco Sertifisering

Opplev en blandet læringstilnærming som kombinerer det beste av instruktørledet opplæring og e-læring i eget tempo for å hjelpe deg med å forberede deg til sertifiseringseksamen.

Les mer

Cisco Learning Credits

Cisco Learning Credits (CLC) er forhåndsbetalte opplæringskuponger innløst direkte med Cisco som gjør planleggingen for suksessen din enklere når du kjøper Cisco-produkter og -tjenester.

Les mer

Etterutdanning

Cisco Continuing Education Program tilbyr alle aktive sertifiseringsinnehavere fleksible alternativer for å resertifisere ved å fullføre en rekke kvalifiserte opplæringselementer.

Les mer

Cisco Digital Learning

Sertifiserte ansatte er verdsatte eiendeler. Utforsk Ciscos offisielle digitale læringsbibliotek for å utdanne deg gjennom innspilte økter.

Les mer

Cisco Business Enablement

Cisco Business Enablement Partner Program fokuserer på å skjerpe forretningsferdighetene til Cisco Channel Partners og kunder.

Les mer

Cisco opplæringskatalog

Les mer

Fortinet Sertifisering

Fortinet Network Security Expert (NSE)-programmet er et opplærings- og sertifiseringsprogram på åtte nivåer for å lære ingeniører om nettverkssikkerheten for Fortinet FW-ferdigheter og -erfaring.

Tekniske kurs

Fortinet-opplæring

Insoft er anerkjent som Fortinet Autorisert Opplæringssenter på utvalgte steder i EMEA.

Les mer

Fortinet opplæringskatalog

Utforsk et bredt utvalg av Fortinet Schedule på tvers av forskjellige land så vel som online kurs.

Les mer

ATC-status

Sjekk atc-statusen vår på tvers av utvalgte land i Europa.

Les mer

Pakker for Fortinet-tjenester

Insoft Services har utviklet en spesifikk løsning for å effektivisere og forenkle prosessen med å installere eller migrere til Fortinet-produkter.

Les mer

Microsoft-opplæring

Insoft Services gir Microsoft opplæring i EMEAR. Vi tilbyr Microsofts tekniske opplærings- og sertifiseringskurs som ledes av instruktører i verdensklasse.

Tekniske kurs

Extreme-opplæring

Lær eksepsjonell kunnskap og ferdigheter i ekstreme nettverk.

Les mer

Teknisk sertifisering

Vi tilbyr omfattende læreplan over tekniske kompetanseferdigheter om sertifiseringsprestasjonen.

Les mer

Extreme opplæringskatalog

Tekniske kurs

ATP-akkreditering

Som autorisert opplæringspartner (ATP) sørger Insoft Services for at du får de høyeste utdanningsstandardene som er tilgjengelige.

Les mer

Løsninger og tjenester

Vi tilbyr innovativ og avansert støtte for design, implementering og optimalisering av IT-løsninger. Vår kundebase inkluderer noen av de største Telcos globalt.

Les mer

Globalt anerkjent team av sertifiserte eksperter hjelper deg med å gjøre en jevnere overgang med våre forhåndsdefinerte konsulent-, installasjons- og migrasjonspakker for et bredt spekter av Fortinet-produkter.

Om oss

Insoft Tilbyr autoriserte opplærings- og konsulenttjenester for utvalgte IP-leverandører. Finn ut hvordan vi revolusjonerer bransjen.

Les mer
  • +47 23 96 21 03
  • Beginning DevOps with Docker

    Duration
    1 Dag
    Delivery
    (Online Og På stedet)
    Price
    Pris på forespørsel
    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.

      Datoer
      Date on Request

    Follow Up Courses

    Filtrer
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 4 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 4 Dager
      Date on Request
      Price on Request
      Book Now
    • 2 Dager
      Date on Request
      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.