Difference between revisions of "Docker Runtime Installation"

From PKC
Jump to navigation Jump to search
 
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].
#Install [[wikipedia:Docker (software)|Docker]], the Installation instructions and downloadable files can be found here: https://docs.docker.com/get-started/
#Install [[wikipedia:Docker (software)|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|terminal]] application, or often called [[wikipedia:Command-line interface|command line interface (CLI)]]interface, move your working directory using the command <code>[[wikipedia:cd (command)|cd]]</code>", 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 [[Windows 10 PKC Installation|page]].
#After the success of Docker installation, launch a [[Terminal|terminal]] application, or often called [[wikipedia:Command-line interface|command line interface (CLI)]]interface, move your working directory using the command <code>[[wikipedia:cd (command)|cd]]</code>", 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 [[Windows 10 PKC Installation|page]].

Latest revision as of 01:33, 9 September 2021

Installing Docker Runtime

  1. 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).
  2. Install Docker, the Installation instructions and downloadable files can be found here: https://docs.docker.com/get-started/
  3. 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

Related Pages