An open API service indexing awesome lists of open source software.

https://github.com/runnable/slash-docker

Slash Docker was created to help those who are using Docker for development.
https://github.com/runnable/slash-docker

Last synced: 2 months ago
JSON representation

Slash Docker was created to help those who are using Docker for development.

Awesome Lists containing this project

README

          

# Slash Docker
Articles that help anyone using Docker for development. By [Runnable](https://runnable.com/).

[https://runnable.com/docker](https://runnable.com/docker/)

## Sections

- [Getting Started with Docker](https://runnable.com/docker/getting-started/)
- [Dockerize PHP apps](https://runnable.com/docker/php/)
- [Dockerize Rails apps](https://runnable.com/docker/rails/)
- [Dockerize Java apps](https://runnable.com/docker/java/)
- [Dockerize Python apps](https://runnable.com/docker/python/)
- Dockerize Node.js apps (coming soon)

### 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.