Difference between revisions of "Docker Runtime Installation"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=References= | =References= | ||
<references/> | <references/> | ||
==Related Pages== | |||
*[[Subprocess of::PKC]] | |||
</noinclude> | </noinclude> |
Revision as of 08:01, 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.