python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Error installing Jekyll on Ubuntu 20.04 (failed to build gem native extension)
Issue
I am currently unable to successfully install Jekyll on a DigitalOcean Dokku droplet running Ubuntu 20.04.4.
I get the following output after trying to install Jekyll:
root@dokku:~# gem install ...
drm1217
Votes: 0
Answers: 0
How to stop Docker from clearing logs for dead containers?
I use Dokku to run my app, and for some reason, the container is dying every few hours and recreates itself.
In order to investigate the issue, I am willing to read the error logs to this container an...

Itay Ganor
Votes: 0
Answers: 2
Django in Docker on Nginx request to self fails when in the context of another request
I have a Django application deployed inside a container on top of Nginx using Dokku. One of the view functions of the Django application includes a request:
views.py
def foo(request):
...
response = r...
Neil
Votes: 0
Answers: 0
Failed to build node app on Dokku running as a Docker image on Macos
I've followed the steps from original documentation to deploy a Docker image of Dokku on Macos:
docker run \
--env DOKKU_HOSTNAME=dokku.me \
--name dokku \
--publish 3022:22 \
--publis...
kenjiru
Votes: 0
Answers: 1