You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/quickstart-install-connect-docker.md
+2-24Lines changed: 2 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,32 +30,10 @@ This image consists of SQL Server running on Linux based on Ubuntu 16.04. It can
30
30
## <aid="requirements"></a> Prerequisites
31
31
32
32
- Docker Engine 1.8+ on any supported Linux distribution or Docker for Mac/Windows. For more information, see [Install Docker](https://docs.docker.com/engine/installation/).
33
-
- Minimum of 4 GB of disk space
34
-
- Minimum of 4 GB of RAM
33
+
- Minimum of 2 GB of disk space
34
+
- Minimum of 2 GB of RAM
35
35
-[System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
36
36
37
-
> [!IMPORTANT]
38
-
> The default on Docker for Mac and Docker for Windows is 2 GB for the Moby VM, so you must change it to 4 GB. If you are running on Mac or Windows, use the following procedures to increase the memory.
39
-
40
-
### Increase Docker memory to 4 GB (Mac)
41
-
42
-
The following steps increase the memory for Docker for Mac to 4 GB.
43
-
44
-
1. Click the Docker logo on the top status bar.
45
-
1. Select **Preferences**.
46
-
1. Move the memory indicator to 4 GB or more.
47
-
1. Click the **restart** button at the button of the screen.
48
-
49
-
### Increase Docker memory to 4 GB (Windows)
50
-
51
-
The following steps increase the memory for Docker for Windows to 4 GB.
52
-
53
-
1. Right-click on the Docker icon from the task bar.
54
-
1. Click **Settings** under that menu.
55
-
1. Click the **Advanced** Tab.
56
-
1. Move the memory indicator to 4 GB or more.
57
-
1. Click the **Apply** button.
58
-
59
37
## Pull and run the container image
60
38
61
39
1. Pull the SQL Server 2017 Linux container image from Docker Hub.
Copy file name to clipboardExpand all lines: docs/linux/tutorial-restore-backup-in-sql-server-container.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,10 @@ This tutorial demonstrates how to move and restore a SQL Server backup file into
31
31
## Prerequisites
32
32
33
33
* Docker Engine 1.8+ on any supported Linux distribution or Docker for Mac/Windows. For more information, see [Install Docker](https://docs.docker.com/engine/installation/).
34
-
* Minimum of 4 GB of disk space
35
-
* Minimum of 4 GB of RAM
34
+
* Minimum of 2 GB of disk space
35
+
* Minimum of 2 GB of RAM
36
36
*[System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
37
37
38
-
> [!IMPORTANT]
39
-
> The default on Docker for Mac and Docker for Windows is 2 GB for the Moby VM, so you must change it to 4 GB. If you are running on Mac or Windows, increase your memory settings using the [instructions in the Docker quickstart](quickstart-install-connect-docker.md).
40
-
41
38
## Pull and run the container image
42
39
43
40
1. Open a bash terminal on Linux/Mac or an elevated PowerShell session on Windows.
0 commit comments