gravitl / netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://netmaker.io
Other
9.5k stars 552 forks source link

Documentation - Installing Pre-Reqs #321

Closed tomtom215 closed 3 years ago

tomtom215 commented 3 years ago

Hi all,

I noticed in the quick start guide that there was a very slight error on step 2 Install Dependencies

sudo apt-get -y docker docker-compose wireguard

should be

sudo apt-get install -y docker docker-compose wireguard

gaby commented 3 years ago

Besides that, the package docker on Ubuntu systems is a Windows Manager. If you try installing that in an Ubuntu Server, it will destroy your server.

Ubuntu uses docker.io, or if you install Docker via the recommended way it should be docker-ce.

afeiszli commented 3 years ago

Will update the quick-install docs with docker.io and an updated install command.

In v0.7 and earlier, we recommended the CE installation because Netmaker relied on some extra features/permissions of CE. In 0.8, this is no longer necessary, and for a "quick start", any install of docker should work fine.

gaby commented 3 years ago

👍🏻 For using docker.io in the quick-install. Thanks!

afeiszli commented 3 years ago

fixed in 0.8.3