Sha256: ceb9bed7518e17b789f4389a77031abc822b4b799e2c79aae23a1fd1867bc9a9

Contents?: true

Size: 278 Bytes

Versions: 9

Compression:

Stored size: 278 Bytes

Contents

#! /usr/bin/env ruby

require "bundler/setup"
Bundler.require :tools

system <<~COMMAND
  docker run \
         --disable-content-trust \
         --pull never \
         --interactive \
         --tty \
         --rm <%= settings.project_name %>:latest \
         bash
COMMAND

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rubysmith-8.1.0 lib/rubysmith/templates/%project_name%/bin/docker/console.erb
rubysmith-8.0.0 lib/rubysmith/templates/%project_name%/bin/docker/console.erb
rubysmith-7.9.0 lib/rubysmith/templates/%project_name%/bin/docker/console.erb
rubysmith-7.8.0 lib/rubysmith/templates/%project_name%/bin/docker/console.erb
rubysmith-7.7.0 lib/rubysmith/templates/%project_name%/bin/docker/console.erb
rubysmith-7.6.0 lib/rubysmith/templates/%project_name%/bin/docker/console.erb
rubysmith-7.5.0 lib/rubysmith/templates/%project_name%/bin/docker/console.erb
rubysmith-7.4.0 lib/rubysmith/templates/%project_name%/bin/docker/console.erb
rubysmith-7.3.0 lib/rubysmith/templates/%project_name%/bin/docker/console.erb