Skip to content

Commit ee7449c

Browse files
ErikJiangbrandond
authored andcommitted
docs: Remove references to deprecated Vagrantfile
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
1 parent 10e3d40 commit ee7449c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/contrib/development.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ Since K3s is written in Go, it is fair to assume that the Go tools are all one n
1414

1515
## Non-Linux environment prerequisites
1616

17-
All the test and build scripts within this repository were created to be run on GNU Linux development environments. Due to this, it is suggested to use the virtual machine defined on this repository's [Vagrantfile](../../Vagrantfile) to use them.
17+
All the test and build scripts within this repository were created to be run on GNU Linux development environments. For non-Linux environments, we recommend using Docker with our Dapper build environment, which provides all the necessary tools for building and testing K3s.
1818

19-
Either way, if one still wants to build and test K3s on non-Linux environments, specific setups are to be followed.
19+
You can use the [Dockerfile.dapper](../../Dockerfile.dapper) to build K3s in a containerized environment with all required dependencies. See the [Building documentation](../../BUILDING.md) for more details on using Dapper for K3s development.
20+
21+
If you still want to build and test K3s directly on non-Linux environments, specific setups are to be followed.
2022

2123
### Windows Setup
2224

0 commit comments

Comments
 (0)