Sign inSign up

riazarbi/thunderbird

By riazarbi

Updated about 4 years ago

Image
0

2.1K

riazarbi/thunderbird repository overview

docker-thunderbird

On remote machine -

docker run \
  -it --rm \
  --name thunderbird \
  -v /home/$USER/.ssh/authorized_keys:/home/thunderbird/.ssh/authorized_keys:ro \
  -v /data/thunderbird:/home/thunderbird/.thunderbird \
  -p 49158:22 \
  riazarbi/thunderbird

Then, in a separate terminal -

ssh -C -o StrictHostKeyChecking=no -o "UserKnownHostsFile /dev/null" -X thunderbird@server -p 49158 thunderbird

Tag summary

Content type

Image

Digest

sha256:7d274afd9

Size

528.8 MB

Last updated

about 4 years ago

docker pull riazarbi/thunderbird