Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If not already installed, you will need to install Git and Docker on your system to be able to do the hands-on Labs during the training. Please use the following steps in your command line tool:

git

  • Ubuntu 18.04

    Code Block
    sudo apt install -y git


  • Mac

    Code Block
    git --version

    If Git is not installed, it will prompt you to install it.        

Docker

...