We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140b8ac commit 31b1e78Copy full SHA for 31b1e78
scripts/build/start_container.sh
@@ -16,6 +16,7 @@ then
16
${SUDO} apt-get install -y docker.io
17
fi
18
docker run --rm --privileged tonistiigi/binfmt:latest -install all
19
+docker run --privileged --rm tonistiigi/binfmt --version
20
docker run --cidfile /tmp/docker_opensips.cid -d --restart=always \
21
--platform linux/${DOCKR_PLATFORM} -v sources:`pwd` "${BUILD_OS}" \
22
tail -f /dev/null
0 commit comments