Skip to content

Instantly share code, notes, and snippets.

@ivaravko
ivaravko / terraform-kubernetes-docker-macos.md
Last active April 10, 2024 00:17
The simple Terraform and Kubernetes with Docker on macOS

If you'd like to experiment with Terraform and Kubernetes on macOS locally, a great provider for doing so is the Kubernetes provider. You can get set up in a few simple steps, like so:

1. Install Docker

Install Docker for Mac if you have not already.

@matzew
matzew / gist:d3f54f9389a64f7cf719
Created August 19, 2014 07:44
Wildfly profile - Test failiure
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.aerogear.aerodoc.rest.SaleAgentEndpointTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.395 sec <<< FAILURE!
org.jboss.aerogear.aerodoc.rest.SaleAgentEndpointTest Time elapsed: 394 sec <<< ERROR!
java.lang.RuntimeException: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
at org.jboss.arquillian.test.spi.SecurityActions.newInstance(SecurityActions.java:160)
at org.jboss.arquillian.test.spi.SecurityActions.newInstance(SecurityActions.java:111)
at org.jboss.arquillian.test.spi.SecurityActions.newInstance(SecurityActions.java:97)
package info.fastpace.android.sample;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import android.app.Activity;
import android.app.Service;
import android.content.ComponentName;
import android.content.Context;