JProfiler with Docker Docker DockerFile DockerFile should have JProfiler installation. RUN wget <JProfiler file location> -P /tmp/ && \ tar -xzf /tmp/<JProfiler file> -C /usr/local && \ rm /tmp/<JProfiler file>