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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/user-guide/install.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ The Linux host on which Sysbox runs must meet the following requirements:
22
22
23
23
## Installing Sysbox
24
24
25
+
**NOTE**: if you have a prior version of Sysbox already installed, please [uninstall it](#uninstalling-sysbox) first and then follow the installation instructions below.
26
+
25
27
1) Download the latest Sysbox package from the [release](https://github.com/nestybox/sysbox-external/releases) page.
26
28
27
29
2) Verify that the checksum of the downloaded file fully matches the expected/published one.
@@ -102,7 +104,7 @@ WARNING: No swap limit support
102
104
103
105
### Docker Userns-Remap
104
106
105
-
In addition, the Sysbox installer will detect if Docker needs to be placed
107
+
During installation, the Sysbox installer will also check if Docker needs to be placed
106
108
in [userns-remap mode](https://docs.docker.com/engine/security/userns-remap/) or not.
0 commit comments