Guest User

Untitled

a guest
May 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. FROM ruby:2.4
  2.  
  3. CMD ruby -e "while true do; puts 'Hello, world!'; sleep 1; end"
  4.  
  5. PID TTY TIME CMD
  6. 1 ? 00:00:00 sh
  7. 5 ? 00:00:00 ruby
  8. 7 ? 00:00:00 ps
  9.  
  10. ~$ docker --version
  11. Docker version 18.03.1-ce, build 9ee9f40
Add Comment
Please, Sign In to add comment