Skip to content

Instantly share code, notes, and snippets.

@insthync
Last active May 9, 2020 03:25
Show Gist options
  • Save insthync/4daa53d57c7d5e663b68291d45ec0dc9 to your computer and use it in GitHub Desktop.
Save insthync/4daa53d57c7d5e663b68291d45ec0dc9 to your computer and use it in GitHub Desktop.
Using Redis/Docker on Windows

How to setup Linux subsystem and install Redis

Recommend to use Ubuntu 18.04 because Docker currently not have the package for 20.04 (wrote at 2020/05/09)

Fix sleep: cannot read realtime clock: Invalid argument

wget https://launchpad.net/~rafaeldtinoco/+archive/ubuntu/lp1871129/+files/libc6_2.31-0ubuntu8+lp1871129~1_amd64.deb sudo dpkg --install libc6_2.31-0ubuntu8+lp1871129~1_amd64.deb sudo apt-mark hold libc6 sudo apt --fix-broken install sudo apt full-upgrade

source

Setup Docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment