docker-sybase
docker-sybase copied to clipboard
Image does not work on M1 mac
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
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