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.
- Host: GitHub
- URL: https://github.com/runnable/slash-docker
- Owner: Runnable
- Created: 2016-06-01T20:57:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T14:59:10.000Z (over 7 years ago)
- Last Synced: 2025-03-05T16:27:04.664Z (over 1 year ago)
- Language: CSS
- Homepage: https://runnable.com/docker
- Size: 550 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.