Skip to content

Commit

Permalink
docs: add comment to remind how to stream logs from docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 28, 2020
1 parent 5a85a5a commit a316b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/docker_database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def self.start(options)
}
}
).start({})
# .tap(&:start).attach { |stream, chunk| puts "#{stream}: #{chunk}" }
end

def self.stop_and_remove(name)
Expand Down

0 comments on commit a316b88

Please sign in to comment.