import { addBanner, addArticle, addTitle, addHeader, addParagraph, addSubHeader } from '/scripts/article.js'; import { addInset, addInsetList, addInsetCodeListing, addInsetBulletList } from '/scripts/inset.js'; import { addImageWithCaption, addButtonGroup } from '/scripts/visuals.js'; import { addSidebar} from '/scripts/sidebar.js'; import { addSyntax } from '/scripts/code.js'; const heading = document.querySelector(".heading"); const global = document.querySelector(".global_menu"); const local = document.querySelector(".local_menu"); const sidebar = document.querySelector(".sidebar"); const main = document.querySelector(".main_content"); heading.append(addTitle("Docker For Windows")); heading.append(addParagraph("David Davis - LinkedIn Learning - November 2018")); heading.append(addParagraph("Chapter 2 - DOCKER FOR WINDOWS: GETTING STARTED"));; main.append(addHeader("REQUIREMENTS TO INSTALL DOCKER FOR WINDOWS")); main.append(addParagraph("installing Docker in Windows is fairly straightforward and the online documentation for this and for Docker in general seens to be really good, You can start by downloading it from Get Docker. It may also be worth checking out the system requirements.")); main.append(addParagraph("These seem pretty straightforward and shouldn't present any problems. There is no 32 bit version for windows but 32-bit systems are pretty rare now so if your PC is no more than 10 years old, you should be able to run Docker. I have installed on a system that is now almost 10 years old and runs the Home edition of Windows 10. I currently have it running on a new system with Windows 11 Pro.")); main.append(addParagraph(" Note that David, in the course video, mentions the editions of Windows 10 that you can install Docker on and doesn't mention the Home Edition. At the time of writing, the course is five years old and requirements can change. If you check out the