Module: Docker::Interactive
Instance Method Summary collapse
Instance Method Details
#warn(command) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/docker/interactive.rb', line 5 def warn(command) Kernel.warn ( "Interactive containers cannot (yet) be run within this " + "library. Please copy the following command into a new " + "shell:\n\n\t#{command}" ) end |