SamuraiWTF / samuraiwtf

The main SamuraiWTF collaborative distro repo.
https://owasp.org/www-project-samuraiwtf/#SamuraiWTF_Project
GNU Lesser General Public License v3.0
462 stars 119 forks source link

Docker Installation yields errors #78

Closed JGillam closed 5 years ago

JGillam commented 5 years ago

There's a set of errors that occur while first installing Docker with the current ansible playbook, which needs to be forcibly ignored in order to work. A restart seems to get the Docker service running.

The errors appear to be related to the VBGuestAdditions update, in that while recompiling kernel libraries a dependency for Docker gets changed, making Docker unhappy. The restart brings the system up with the correct version of the libraries, which is why Docker starts to work again.

It would be preferred if we could find a way for Docker to install cleanly the first time.