This workaround is not needed since the release of Docker 1.11.0 which addresses the underlying issue.
This commit is contained in:
Jérémie Galarneau 2016-10-18 19:51:43 -04:00 committed by GitHub
parent 7da6ee0325
commit adde6255a9

View file

@ -60,9 +60,3 @@ USER ${USER_ID}
# Set working directory
WORKDIR /opt/code
# Work around https://github.com/dotnet/cli/issues/1582 until Docker releases a
# fix (https://github.com/docker/docker/issues/20818). This workaround allows
# the container to be run with the default seccomp Docker settings by avoiding
# the restart_syscall made by LTTng which causes a failed assertion.
ENV LTTNG_UST_REGISTER_TIMEOUT 0