MCSA 70-740 Cert Guide: Installation, Storage, and Compute with Windows Server 2016 (Certification Guide) by Anthony Sequeira
Author:Anthony Sequeira [Sequeira, Anthony]
Language: eng
Format: epub, azw3
Publisher: Pearson Education
Published: 2017-05-10T18:30:00+00:00
# For persistent use, will apply even after a reboot.
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\
Program Files\Docker", [EnvironmentVariableTarget]::Machine)
Step 8. To access the remote Docker host, use the docker -H parameter, like this:
Click here to view code image
docker -H tcp://<IPADDRESS>:2375 run -it microsoft/nanoserver cmd
Step 9. Create an environmental variable DOCKER_HOST to remove the -H parameter requirement. You can use the following PowerShell command for this:
Click here to view code image
$env:DOCKER_HOST = "tcp://<ipaddress of server>:2375"
To deploy Hyper-V containers, the Hyper-V role is required on the container host. If the Windows container host is itself a Hyper-V virtual machine, nested virtualization needs to be enabled. Follow these steps to add the Hyper-V role:
Step 1. Install the Hyper-V role on the Nano Server container host:
Click here to view code image
Install-NanoServerPackage Microsoft-NanoServer-Compute-Package
Step 2. Reboot the Nano Server host after the Hyper-V role has been installed:
Restart-Computer
Download
MCSA 70-740 Cert Guide: Installation, Storage, and Compute with Windows Server 2016 (Certification Guide) by Anthony Sequeira.azw3
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Windows 10 | Windows Desktop |
Windows Server |
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7763)
Filmora Efficient Editing by Alexander Zacharias(5768)
The Infinite Retina by Robert Scoble Irena Cronin(5244)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3967)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3933)
Edit Like a Pro with iMovie by Regit(3417)
Linux Administration Best Practices by Scott Alan Miller(2858)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2835)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2520)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2391)
Docker on Windows by Stoneman Elton(2317)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2312)
Creative Projects for Rust Programmers by Carlo Milanesi(2240)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2107)
Hands-On Linux for Architects by Denis Salamanca(2051)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2004)
Computers For Seniors For Dummies by Nancy C. Muir(1996)
The Old New Thing by Raymond Chen(1940)
Linux Kernel Debugging by Kaiwan N Billimoria(1762)
