Premium Only Content
 
			IPGraySpace: Docker - How to install posh-docker in Docker Container in windows
IPGraySpace: Docker - How to install posh-docker in Docker Container in windows
This video shows How to install posh-docker in Docker Container in windows
1. You should have docker installed first, install it before you create any container
2. if you don't Docker follow the IPGraySpace video on ...
IPGraySpace: Docker - How to download and install Docker Container in windows
also, follow the IPGraySpace video on ...
IPGraySpace: Docker - How to install Ubuntu Linux in Docker Container in windows also, follow IPGraySpace video on ...
IPGraySpace: Docker - How to install webserver Nginx in Docker Container in windows
3. Open cmd prompt or windows power shell as Administrator
try the following command before you download posh-docker
4. Check docker version with the following command
docker --version
docker-compose --version
docker-machine --version
5. Try the following commands
docker ps ( this will show you the container and the image you have installed)
docker info
6. Run hello world
docker run hello-world
7. Download posh-docker
you need to set permission before you download posh-docker
get-executionpolicy (this confirm the policy is accepted by your computer)
the result should say 'RemoteSigned'
to install posh-docker type......
Install-Module posh-docker
type the following (which I just did ..this will profile in the PowerShell to access posh)
if (-Not (Test-Path $PROFILE)) {
New-Item $PROFILE –Type File –Force
}
Add-Content $PROFILE "`nImport-Module posh-docker"
Open the docker in the toolbar you will see the options added to it
8. Follow the instruction in the video
Follow more IPGRAY videos on Docker on youtube
more Docker vides on creating a container with Linux, glassfish, java, and more
Follow more IPGraySpace videos
-----------------
thank you for watching the IPGraySpace video
please share, subscribe, and comment
visit
www.ipgray.com
www.ipgrayspace.com
for more IT articles, documents, and videos
- 	
				 8:12 8:12IPGraySpace4 years agoIPGraySpace: Docker - How to download and install Docker Container in windows68
- 	
				 1:03 1:03IPGraySpace4 years agoIPGraySpace: Docker - How to uninstall Docker container from windows57
- 	
				 4:46 4:46IPGraySpace4 years agoIPGraySpace: Docker - How to install ubuntu Linux in Docker Container in windows58
- 	
				 8:41 8:41IPGraySpace4 years agoIPGraySpace: Docker - How to install webserver nginx in Docker Container in windows58
- 	
				 8:24 8:24IPGraySpace4 years agoIPGraySpace: Docker - How to download and install Docker Toolbox in Windows 1079
- 	
				 1:28 1:28IPGraySpace4 years agoIPGraySpace: How to install Firefox in Windows 10311
- 	
				 6:50 6:50IPGraySpace4 years agoIPGraySpace: Docker - How to switch from windows docker container to Linux container in Windows 1047
- 	
				 1:06 1:06IPGraySpace4 years agoIPGraySpace: How to download and install Chrome in Windows 1030
- 	
				 17:25 17:25IPGraySpace4 years agoIPGraySpace: Glassfish - How to download and install Glassfish 5 in windows 1060
- 	
				 4:19 4:19IPGraySpace4 years agoIPGraySpace: Java - How to download and install JDK 9 in windows 1016