reanahub / reana-demo-atlas-recast

REANA example - RECAST analysis based on ATLAS software stack
MIT License
4 stars 33 forks source link

local docker run showing error 139 #8

Closed tiborsimko closed 6 years ago

tiborsimko commented 6 years ago

FYI I was seeing troubles running ATLAS analysis base image on my system:

$ docker pull atlas/analysisbase
$ docker run -i -t --rm atlas/analysisbase /bin/sh
139

This is basically the same problem as described in https://github.com/docker/for-linux/issues/58 related to CentOS6 images.

I had to boot with vsyscall=emulate to make it work.

Posting just in case somebody encounters the same problem.