Skip to content

Commit cf493cf

Browse files
committed
Update for Container Manager
1 parent 9f6453f commit cf493cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/kb/hardware/synology.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ hide_table_of_contents: false
88

99
## Overview
1010

11-
This guide will walk you through the steps to install netboot.xyz onto a [Synology NAS](https://amzn.to/430KH1n) using Docker.
11+
This guide will walk you through the steps to install netboot.xyz onto a [Synology NAS](https://amzn.to/430KH1n) using Container Manager.
1212

1313
## Requirements
1414

1515
- [Synology NAS](https://amzn.to/430KH1n) with Container Manager support
16-
- Docker package installed on the Synology NAS
16+
- Container Manager package installed on the Synology NAS
1717
- Internet connection
1818

1919
### Install Container Manager
2020

2121
Open the Synology Package Center, search for "Container Manager", and click "Install".
2222

23-
### Download netboot.xyz Docker Image
23+
### Download netboot.xyz Container Image
2424

2525
Open Container Manager from the main menu, go to the "Registry" tab, and search for `netbootxyz`. Select the `netbootxyz/netboot.xyz` image from the list, click "Download", and choose the latest version.
2626

2727
### Create and Configure the Container
2828

29-
Go to the "Image" tab in Docker, select the `netbootxyz/netboot.xyz` image, and click "Run". In the "Create Container" wizard, configure the following settings:
29+
Go to the "Image" tab in Container Manager, select the `netbootxyz/netboot.xyz` image, and click "Run". In the "Create Container" wizard, configure the following settings:
3030

3131
- **General Settings**:
3232
- Container Name: `netbootxyz`
@@ -48,12 +48,12 @@ Click "Apply" to create the container.
4848

4949
### Start the Container
5050

51-
Go to the "Container" tab in Docker, select the `netbootxyz` container, and click "Start".
51+
Go to the "Container" tab in Container Manager, select the `netbootxyz` container, and click "Start".
5252

5353
### Access netboot.xyz
5454

5555
Open a web browser and navigate to the IP address of your Synology NAS on port 3000 (e.g., `http://<NAS_IP>:3000`). You should see the netboot.xyz interface. The asset folder will be mapped to `8080`, or whatever you set it to, so you can access the UI at `http://<NAS_IP>:8080`.
5656

5757
## Conclusion
5858

59-
You have successfully installed netboot.xyz on your Synology NAS using Docker. You can now use netboot.xyz to manage and boot various operating systems over the network.
59+
You have successfully installed netboot.xyz on your Synology NAS using Container Manager. You can now use netboot.xyz to manage and boot various operating systems over the network.

0 commit comments

Comments
 (0)