Skip to content Skip to sidebar Skip to footer
Showing posts with the label Alpine

Standard_init_linux.go:211:exec User Process Caused "no Such File Or Directory" With Alpine Linux And Python

I have a directory which contains the docker file, a attack.py and a requirements.txt. Using that, … Read more Standard_init_linux.go:211:exec User Process Caused "no Such File Or Directory" With Alpine Linux And Python

Alpine 3.3, Python 2.7.11, Urllib2 Causing Ssl: Certificate_verify_failed

I have this small Dockerfile FROM alpine:3.3 RUN apk --update add python CMD ['python', … Read more Alpine 3.3, Python 2.7.11, Urllib2 Causing Ssl: Certificate_verify_failed

How To Install Pyzmq On An Alpine Linux Container?

I have a container with the python:3.6-alpine kernel. I have a problem installing the pyzmq via pip… Read more How To Install Pyzmq On An Alpine Linux Container?

Alpine 3.3, Python 2.7.11, Urllib2 Causing SSL: CERTIFICATE_VERIFY_FAILED

I have this small Dockerfile FROM alpine:3.3 RUN apk --update add python CMD ['python', … Read more Alpine 3.3, Python 2.7.11, Urllib2 Causing SSL: CERTIFICATE_VERIFY_FAILED