Introduction

Warning

The BFH LaTeX Docker image is available exclusively to BFH members.

Note

After installation, please refer to here for further instructions.

We provide a Docker image with all required packages and tools pre-installed, providing you the simplest start, requiring only a few configurations. In detail, you will be editing your LaTeX document inside a Docker container, which is basically a lightweight virtual machine.

As the image contains an already set up and working LaTeX environment, the section about installing the BFH CI can be skipped.

Install

Docker can package an application and its dependencies in an encapsulated environment (lightweight virtual environment), also known as a container, that can run on any GNU/Linux, Windows, or macOS system. To install Docker on your host, follow the OS-dependent instructions on the official website. The link below will take you there.

Note

For Arch/Manjaro-based Linux distributions, use pacman instead.

# pacman -S docker 

Additions Tools