Skip to main content

All Questions

Tagged with
1 vote
1 answer
3k views

How to install Pillow/PIL on docker

I am still new in using docker and currently need help installing PIL/pillow to be used inside docker. This is my dockerfile FROM nvidia/cuda:9.0-base-ubuntu16.04 # Install some basic utilities RUN ...
Wanttobepro's user avatar
2 votes
1 answer
17k views

standard_init_linux.go:211: exec user process caused "exec format error"

I am running the same Dockerfile on two basically identical Linux machines. It works on one side, it fails on the other, with the message: standard_init_linux.go:211: exec user process caused "exec ...
StubbornDonkey's user avatar
1 vote
0 answers
1k views

Jenkins plugins installation giving SHA-256 mismatch error

I started a fresh container from jenkinsci/blueocean docker image in my Ubuntu 16.04 LTS server. Container started fine and I am able to see Jenkins console perfectly. When I am trying to install any ...
Suyash Gupta's user avatar
1 vote
1 answer
363 views

Getting an error in Docker, “requested experimental feature exec.meta.security is not supported by build server”

We use some experimental features of buildkit in our Dockerfiles, most notably the cache mounts. Today, all builds stopped working with message: requested experimental feature exec.meta.security is ...
matpen's user avatar
  • 215
0 votes
1 answer
2k views

docker-ce: proxy password stopped working after upgrade

I am using Ubuntu 16.04.4 LTS and my proxy configuration worked fine with this version: > docker --version Docker version 17.12.0-ce, build c97c6d6 I recently did and apt-get upgrade and it ...
rmccabe3701's user avatar
2 votes
2 answers
2k views

How to test experimental features in docker 17.06.2-ce

I want to use --squash option in docker 17.06.2-ce. When I am going to use that feature I got a message saying "--squash" is only supported on a Docker daemon with experimental features enabled ...
lakshman's user avatar
  • 839
3 votes
2 answers
1k views

Is it possible to restrict connection to database in Docker container at particular interface on Ubuntu 16?

I have MySQL database on a server (I use Percona in Docker container) with several network interfaces. My system is Ubuntu 16.04.2 LTS. ifconfig eth0 Link encap:... inet addr:95.*.*.*...
Roman Cherepanov's user avatar
2 votes
1 answer
106 views

Docker Swarm: Failing to join in swarm cluster as manager node

I created a swarm manager node on a VM instance of Ubuntu server 16.04 on google cloud with a static ip address. I want to join another VM instance of ubuntu having a static ip address. I'm unable to ...
raghu's user avatar
  • 21
0 votes
1 answer
3k views

recovery data from stand alone docker container after accidentally deleted my vm on azure

I deleted my vm on azure but the disk still exist in resource group I mounted a new machine and attach the disk[vhd] into it I mounted the disk in /datadrive and I can see my docker container can ...
Hady Rashwan's user avatar