Gabriele Contini
2020-02-24 46f5b467557acc4b62f1d89943f39cd0ee6cb213
src/library/os/linux/execution_environment.cpp
@@ -94,7 +94,7 @@
   return result;
}
bool ExecutionEnvironment::is_cloud() { return getCloudProvider() == NONE; }
bool ExecutionEnvironment::is_cloud() { return getCloudProvider() != ON_PREMISE; }
bool ExecutionEnvironment::is_docker() { return (checkContainerProc() == 1 || checkSystemdContainer() == 1); }