It is the simplest way as all the dependencies are already in the Docker image, so that a single command can be used to generate the layouts.
You need to run this container with a mounted volume to export the generated keyboard layouts:
mkdir bepo_layouts
docker run -v `pwd`/bepo_layouts:/export bpierre/bepo
You can also run your own version of the project by mounting the /pilotes directory:
git clone https://git.tuxfamily.org/dvorak/pilotes.git/ bepo_pilotes
cd bepo_pilotes
mkdir bepo_layouts
docker run -v `pwd`:/pilotes -v `pwd`/bepo_layouts:/export bpierre/bepo
You can find the official documentation on the wiki: http://bepo.fr/wiki/ConfigGenerator
All the files are available under the terms of the GFDL or the CC-SA-BY licenses. See GFDL.txt and CC-SA-BY.txt for more details.
Content type
Image
Digest
Size
26.3 MB
Last updated
over 9 years ago
docker pull bpierre/bepo