docker-sybase icon indicating copy to clipboard operation
docker-sybase copied to clipboard

Image does not work on M1 mac

Open krosenvold opened this issue 2 years ago • 1 comments

A known bug in docker for M1 mac stops this image from working;

/opt/sybase/ASE-16_0/MYSYBASE.cfg

Setting allow sql server async i/o = 0 will make the image work

krosenvold avatar Sep 12 '22 12:09 krosenvold

RUN sed -i 's/allow sql server async i\/o = DEFAULT/allow sql server async i\/o = 0/g' /opt/sybase/ASE-16_0/MYSYBASE.cfg

krosenvold avatar Sep 12 '22 12:09 krosenvold