Use dockerized tools to avoid cluttering your system and wasting time on installation
Docker oneliners will allow you to start a tool with just one command, using prebuilt images, without needing to worry about dependencies, package managers or cluttering your system.
You can also use it to quickly test a tool you consider using, and if you are not happy, get rid of it with just one command line.
Each tool listed on this website provides a list of commands to quickly get started, as well as inputs for additional parameters, which allow you to set up your custom configuration. This is very often used to change default port on which the tool is exposed or set up environment variables easily. You don't need to remember variables names for specific project anymore.