Difference between revisions of "Docker Runtime Installation"
Jump to navigation
Jump to search
(Created page with "=Installing Docker Runtime= #Installation must be conducted by a person who possess the root password of the target machine. When it starts installing, wikipedia:Superuser|r...") |
|||
Line 1: | Line 1: | ||
=Installing Docker Runtime= | ===Installing Docker Runtime=== | ||
#Installation must be conducted by a person who possess the root password of the target machine. When it starts installing, [[wikipedia:Superuser|root password]] needs to be provided in a [[wikipedia:Command-line interface|command line interface (CLI)]]. | #Installation must be conducted by a person who possess the root password of the target machine. When it starts installing, [[wikipedia:Superuser|root password]] needs to be provided in a [[wikipedia:Command-line interface|command line interface (CLI)]]. | ||
#You will need [[Git]], the software installed on your machine. You may follow the instructions on [https://git-scm.com/downloads Git Software Installation and Download]. | #You will need [[Git]], the software installed on your machine. You may follow the instructions on [https://git-scm.com/downloads Git Software Installation and Download]. |
Revision as of 08:00, 27 August 2021
Installing Docker Runtime
- Installation must be conducted by a person who possess the root password of the target machine. When it starts installing, root password needs to be provided in a command line interface (CLI).
- You will need Git, the software installed on your machine. You may follow the instructions on Git Software Installation and Download.
- Install Docker, the Installation instructions and downloadable files can be found here: https://docs.docker.com/get-started/
- After the success of Docker installation, launch a terminal application, or often called command line interface (CLI)interface, move your working directory using the command
cd
", meaning change your working directory, to a directory in your file system. For Mac OS X and Linux operating systems, Terminal applications are bundled during installation. For Windows 10 PKC Installation, please refer to this page.
References