[UNMAINTAINED] Powerful, intelligent flash cards. Remembering things just became much easier.
10K+
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.
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
Content type
Image
Digest
Size
380.8 MB
Last updated
over 5 years ago
docker pull m0wer/docker-anki