Cài đặt IIS và thêm nó làm image cho containers. Containers được tạo mỗi lần để thực thi lệnh chạy Docker, vì vậy hãy thêm containers được thực thi mới nhất như sau
# display images
PS C:\Users\Administrator> docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
mcr.microsoft.com/windows/servercore 1809 640a8acbeb6f 6 days ago 4.28GB
# start a Container and install IIS
PS C:\Users\Administrator> docker run mcr.microsoft.com/windows/servercore:1809 powershell -c "dism.exe /online /enable-feature /all /featurename:iis-webserver /NoRestart"
Deployment Image Servicing and Management tool
Version: 10.0.17763.1
Image Version: 10.0.17763.316
Enabling feature(s)
The operation completed successfully.
PS C:\Users\Administrator> (docker ps -a)[0..1]
CONTAINER ID IMAGE COMMAND CREATED STATUS
PORTS NAMES
b8935d684c30 mcr.microsoft.com/windows/servercore:1809 "powershell -c 'dism" 2 minutes ago Exited (0) About a minute ago serene_brahmagupta
# add the image
PS C:\Users\Administrator> docker commit b8935d684c30 srv.world/iis
sha256:1f0cbc310aaa3c4f508827dc59be7d5def17235abfbf1fc335b6eafadc4961c5
# display images
PS C:\Users\Administrator> docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
srv.world/iis latest 1f0cbc310aaa 30 seconds ago 4.43GB
mcr.microsoft.com/windows/servercore 1809 640a8acbeb6f 6 days ago 4.28GB
# generate a container from the new image and verify IIS is running to access to container's localhost
PS C:\Users\Administrator> docker run srv.world/iis powershell -c "curl.exe localhost"
IIS Windows Server
*Đăng ký nhận tư vấn ngay
Dịch Vụ
Về Chúng Tôi
Liên Hệ
- Địa chỉ: 110/20/41 đường số 30, Phường 6, Quận Gò Vấp, TPHCM
- Hotline: 0972 710 812
- Email: Support@cloudviet.com.vn
- Monday - Friday
- 08 : 00 AM - 18 : 00 PM
- Thông Tin Cloud Việt
Thông Tin Và Hoạt Động Của Chúng Tôi
Cloud Việt là đơn vị cung cấp dịch vụ TTDL uy tín tại Việt Nam. Với tiêu chí là đặt quyền lợi và trải nghiệm của khách hàng lên hàng đầu để đem đến dịch vụ tốt nhất.
Trụ sở chính
110/20/41 đường số 30, phường 6, quận Gò Vấp, TPHCM
Ngày làm việc
Thứ 2 - Thứ 6, Hàng tuần
Giờ làm việc
08 : 00 AM - 18 : 00 PM
Support@cloudviet.com.vn
Hotline
0972 710 812