Sign inSign up

m0wer/docker-anki

By m0wer

Updated over 5 years ago

[UNMAINTAINED] Powerful, intelligent flash cards. Remembering things just became much easier.

Image
0

10K+

m0wer/docker-anki repository overview

[UNMAINTAINED] Anki Docker

Anki Powerful, intelligent flash cards. Remembering things just became much easier.

This is an unofficial Docker image of it. You can download it directly from DockerHub.

Example usage

First create the required directories:

mkdir -p ~/.local/share/Anki
mkdir -p ~/.local/share/Anki2

Note that they must be owned by your regular unprivileged user. Then:

docker run --rm -d \
        -v /tmp/.X11-unix:/tmp/.X11-unix \
        -e DISPLAY=$DISPLAY \
        --user $(id -u):$(id -g) \
        -v ~/.local/share/Anki:/home/anki/.local/share/Anki \
        -v ~/.local/share/Anki2:/home/anki/.local/share/Anki2 \
        m0wer/docker-anki:latest

Tag summary

Content type

Image

Digest

Size

380.8 MB

Last updated

over 5 years ago

docker pull m0wer/docker-anki