Containirized AnkiWeb Linux client (from https://ankiweb.net/).
- Pull the image:
docker pull fmac/ankiweb-docker-client:2.1.44; - Create a directory on the
hostside to persist your Decks, Cards and configuration:mkdir $PWD/anki-data; - Run the container:
docker run -it -v $PWD/anki-data:/root/.local/share/Anki2 -v /tmp/.X11-unix:/tmp/.X11-unix fmac/ankiweb-docker-client:2.1.44