Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 341 Bytes

kobo_install_setup_guide.md

File metadata and controls

17 lines (9 loc) · 341 Bytes

Use Kobo Install on Digital Ocean

Get a server (Ubuntu 18.04, 2GB RAM).


sudo ./docker_install.sh

After that completes

sudo usermod -aG docker $USER

Then reboot (unless you can figure out how to restart the docker-daemon)

Test docker with docker run hello-world