I'm working through how to build a golang program instrumented with AppDynamics running inside a docker container.
Anyone done this? I'm encountering problems when the final build is complete - so I'm curious what distro you used to build from.
I've build a simple Golang application and have packaged it inside Docker, building off of the image '
busybox:ubuntu-14.04'
When I run the built app I get this error:
/usr/local/bin # ./golang-example-app./golang-example-app: error while loadin...
I got this working, although my "solution" was quite a bit contorted. The thing I had to do was to manually copy some of the shared-libraries into the docker image. See the following two lines referencing "shared libraries". Specifically in my './...