A walkthrough of Project 5.2 from ECPI's CYB360L class.
Create a new container named RSIWeb with the following requirements:
- Interactive
- Uses web-image-template
- Starts at the PowerShell Prompt
- Exposes port 5678 on host to port 80 in container
- Binds storage location D:RSIData1 on server to C:\WebData in container
Create a new container named RSIStd with the following requirements:
- Interactive
- Uses std-image-template
- Starts at the PowerShell Prompt
- Binds storage location D:RSIData2 on server to C:\StdData in container
Create a new docker network named RSI-Net and assign it with a subnet of 192.168.1.0/24
Attach RSIStd container to RSI-Net