Sha256: 09923dfa1f4f05253d7f145a8adc4bdef288e9317a493a347ab6e174620342f6
Contents?: true
Size: 594 Bytes
Versions: 29
Compression:
Stored size: 594 Bytes
Contents
# For development/testing, you can run this instrumentation # interactively in a Docker container: # docker build -t instana/ruby-sensor:1.0 # # To mount the host ruby-sensor directory in the container: # docker run -v /host/path/to/ruby-sensor:/ruby-sensor instana/ruby-sensor:1.0 /bin/bash # # Once inside the container, you can run `cd /ruby-sensor && bundle install && bundle exec rake console` for a development # console in the gem. # # https://github.com/instana/ruby-sensor#development # FROM ruby:2.6 ENV INSTANA_DEBUG=true RUN gem install bundler RUN apt update && apt install -y vim
Version data entries
29 entries across 29 versions & 1 rubygems