IPGraySpace: Docker - How to install ubuntu Linux in Docker Container in windows

3 years ago
57

IPGraySpace: Docker - How to install Ubuntu Linux in Docker Container in windows

This video shows How to install Ubuntu Linux in Docker Container in windows

1. You should have docker installed first 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

3. Open cmd prompt or windows power shell as Administrator
try the following command before you download Linux

4. Check docker version with the following command
docker --version
docker-compose --version
docker-machine --version

5. Try the following commands
docker ps ( I don't have any container right now so it is empty)
docker info

6. Run hello world
docker run hello-world

7. Download Ubuntu Linux

(instructing there is no 'VI' or 'VIM')

the Linux is downloaded successfully and running

8. Follow the instruction in the video

Follow more IPGraySpace videos 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

Loading comments...