wilfred-dev / wilfred

🐿️ A CLI for managing game servers using Docker.
https://wilfredproject.org
MIT License
34 stars 2 forks source link

Long traceback if docker_client() function raises exception #84

Closed vilhelmprytz closed 3 years ago

vilhelmprytz commented 3 years ago

Environment

Steps to Reproduce

  1. Install Wilfred on a computer that does not have Docker installed.
  2. Try to run wilfred

Expected Behavior

A short message stating that Docker is missing/DockerException exception message.

Observed Behavior

A long and unnecessary traceback.