Skip to content

Script Installation

Bootstrapping the container

Some notes on the dockers method:

  • The script itself install thes necessary dependencies so there is no docker file needed.
  • We use a subdirectory qbt, not your $HOME directory, to avoid .bashrc and .profile conflicts.
  • A subdirectory is automatically created, named qbt by the use of -v $HOME/qbt:/root
  • The default path will be HOME/qbt outside the docker container and /root/qbt inside it.
  • We use -e "LANG=en_GB.UTF-8" with Debian based images to avoid some errors.

You are now ready to run the script.