File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
learn-pr/sqlserver/introduction-sql-server-linux Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ uid: learn-sqlserver.introduction-sql-server-linux.5-containers
3
3
title : Use containers with SQL Server on Linux
4
4
metadata :
5
5
title : Use containers with SQL Server on Linux
6
- description : In this unit, you will learn about containers and why you might choose to use them to host your SQL Server installation.
6
+ description : In this unit, you learn about containers and why you might choose to use them to host your SQL Server installation.
7
7
ms.date : 06/11/2019
8
8
author : rwestmsft
9
9
ms.author : randolphwest
@@ -18,12 +18,12 @@ quiz:
18
18
questions :
19
19
- content : " When would a VM be the best choice to host an application?"
20
20
choices :
21
- - content : " If the app needs to be hosted without modification on different operating systems. "
21
+ - content : " If the app needs to be hosted without modification on different operating systems"
22
22
isCorrect : true
23
23
explanation : " It's possible to host a VM on operating systems."
24
- - content : " If the app needs to scale quickly and to be fault tolerant. "
24
+ - content : " If the app needs to scale quickly and be fault tolerant"
25
25
isCorrect : false
26
26
explanation : " VMs must be shut down to scale them, and in themselves are not automatically fault tolerant."
27
- - content : " If the app is small and self-contained. "
27
+ - content : " If the app is small and self-contained"
28
28
isCorrect : false
29
- explanation : " Small, simple apps that are self-contained are ideal candidates for use in containers."
29
+ explanation : " Small, simple apps that are self-contained are ideal candidates for use in containers."
You can’t perform that action at this time.
0 commit comments