Class Top
java.lang.Object
org.arquillian.cube.docker.impl.util.Top
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if current code is being executed inside Docker or not.
-
Constructor Details
-
Top
public Top() -
Top
-
-
Method Details
-
isSpinning
public boolean isSpinning()Checks if current code is being executed inside Docker or not.- Returns:
- True if code is being executed inside Docker, false otherwise.
-