Skip to content

Commit

Permalink
Add more details to macos install documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiritus44 committed Jun 28, 2021
1 parent 5f12e0c commit bb2cbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ Once installed, issue `sudo service docker start` to start the docker service in
It appears to be that next versions of WSL2 kernels will support KVM.

### Mac OS
Containerlab doesn't run on mac OS because Docker isn't natively supported.
Containerlab doesn't run on mac OS because Docker Desktop for Mac doesn't provide the networking features containerlab relies on.

The workaround for mac OS users is to start a Linux VM (Virtual Machine) on mac and run Containerlab inside the VM.
The workaround for mac OS users is to start a Linux VM (Virtual Machine) on mac and run Containerlab inside the VM. For example, free softwares such as Vagrant or Virtualbox can be used to deploy a Linux VM on a Mac OS.

### Upgrade
To upgrade `containerlab` to the latest available version issue the following command[^1]:
Expand Down

0 comments on commit bb2cbc3

Please sign in to comment.