/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.alexellis.io
| | martinheinz.dev
4.1 parsecs away

Travel
| | Every project - regardless of whether you are working on web app, some data science or AI - can benefit from well configured CI/CD, Docker images that ...
| | actuated.dev
2.8 parsecs away

Travel
| | Learn how to publish container images for both Arm and Intel machines from GitHub Actions.
| | inlets.dev
2.3 parsecs away

Travel
| | On Nov 1st, all images pulled from the Docker Hub will be subjected to severe limits, which will affect all Kubernetes users. Learn what solutions exist, and how how to prepare.
| | johnjr.dev
17.3 parsecs away

Travel
| Sometimes, when I execute the Chrome inside a docker container I receive the error below: selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed It is caused because Chrome uses the /dev/shm to share memory and the docker, by default, set 64MB for this partition. Here, I will describe how to reproduce this error and how to resolve it. How to reproduce To reproduce this error, we need to create a docker image with chrome and python. Then, I created this Dockerfile which uses a multi-stage build to install the chrome and the python.