mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-07 08:16:09 +00:00
docker install
This commit is contained in:
@@ -143,7 +143,7 @@ const metadata = {
|
||||
items={[
|
||||
{
|
||||
title: 'Step 1: Install Docker',
|
||||
description: '<pre class="text-gray-600 dark:text-gray-500">sudo apt install -y docker.io</pre>',
|
||||
description: '<pre class="text-gray-600 dark:text-gray-500">bash <(wget -qO- https://get.docker.com)</pre>',
|
||||
icon: 'tabler:package',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -369,7 +369,7 @@ const metadata = {
|
||||
title: 'Install RustDesk Server Pro',
|
||||
icon: 'tabler:number-1',
|
||||
description:
|
||||
'<code>sudo apt install -y docker.io<br>wget rustdesk.com/pro.yml -O compose.yml<br>docker compose up -d</code>',
|
||||
'<code>bash <(wget -qO- https://get.docker.com)<br>wget rustdesk.com/pro.yml -O compose.yml<br>docker compose up -d</code>',
|
||||
},
|
||||
{
|
||||
title: 'Explore plans and select a plan',
|
||||
|
||||
Reference in New Issue
Block a user