Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.01 KB

Slash Docker

Articles that help anyone using Docker for development. By Runnable.

https://runnable.com/docker

Sections

Suggestions

Have a suggestion to improve an article, or have a topic you'd like to see written? Send us a message at slash-docker at runnable dot com. Or better yet, submit a PR 🙂.

Build and Run

Requirements

  • Ruby (v2 or above)
  • RubyGems
  • Bundler (bundler.io)

Development

  1. Clone this repo.
  2. Run bundle update
  3. Run bundle install
  4. Run bundle exec jekyll build
  5. Run bundle exec jekyll serve
  6. Open localhost:4000/docker/ in your browser.