#linux
Linux Platform for Dockerfile
I had no idea that docker uses the underlying platform as default also for images that it installs. My Dockerfile
that just contained FROM ubuntu
and I ran some linux binary in there, it threw:
Continue reading →