Your network contains an Active Directory Domain Services (AD DS) domain- The domain contains 10 servers that run Windows Server. The servers have static IP addresses.
You plan to use DHCP to assign IP addresses to the servers.
You need to ensure that each server always receives the same IP address.
Which type of identifier should you use to create a DHCP reservation for each server?
To run a container on SRV1 using the mcrmicrosoft.com/windows/servercofe/iis image, publish port 80 on the container to port 5001 on SRV1, and ensure it runs in the background, you can follow these steps:
Step 1: Pull the IIS Image First, pull the correct IIS image from the Microsoft Container Registry:
docker pull mcr.microsoft.com/windows/servercore/iis
Step 2: Run the Container Next, run the container with the required port mapping and ensure it runs in the background using the -d flag:
docker run -d -p 5001:80 --name iis_container mcr.microsoft.com/windows/servercore/iis
This command will start a container named iis_container using the IIS image, map port 80 inside the container to port 5001 on SRV1, and run the container in detached mode.
Step 3: Verify the Container is Running To verify that the container is running and the port is published, use the following command:
docker ps
This will list all running containers and show the port mappings.
Step 4: Access the IIS Server You can now access the IIS server running in the container by navigating to http://<SRV1_IP>:5001 in a web browser, where <SRV1_IP> is the IP address of SRV1.
By following these steps, you should be able to run the IIS container on SRV1 with the specified port mapping and have it running in the background. Please replace mcrmicrosoft.com/windows/servercofe/iis with the correct image name mcr.microsoft.com/windows/servercore/iis as shown in the commands above.
Annett
3 months agoJina
3 months agoCecilia
3 months agoAlisha
4 months agoShalon
4 months agoMing
4 months agoClaudia
4 months agoTori
4 months agoScarlet
5 months agoTamekia
5 months agoMyra
5 months agoLenora
5 months agoEric
5 months agoSabina
5 months agoMaile
5 months agoDorothy
10 months agoLou
8 months agoReita
8 months agoCallie
9 months agoJoanna
9 months agoLacresha
10 months agoLayla
9 months agoAdelina
9 months agoIdella
10 months agoTammy
10 months agoAudra
9 months agoGertude
9 months agoMadonna
9 months agoAlecia
10 months agoAlysa
9 months agoLavera
10 months agoLazaro
10 months agoTawny
10 months agoAmina
11 months agoTennie
10 months agoMeghann
10 months agoLakeesha
10 months agoAndrew
10 months agoAja
11 months agoAfton
11 months agoGregoria
11 months ago