projectatomic/container-best-practices

Name: container-best-practices

Owner: Project Atomic

Description: Container Best Practices

Created: 2015-04-10 15:16:47.0

Updated: 2018-05-14 06:10:20.0

Pushed: 2018-03-06 13:28:37.0

Homepage:

Size: 646

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Container Best Practices Guide

Build Status Docs

A collaborative project to document container-based application architecture, creation and management. The built version of this source can be viewed at http://docs.projectatomic.io/container-best-practices/

Contributing

Please refer to the asciidoc user's guide: http://asciidoctor.org/docs/asciidoc-writers-guide/

Before submitting a pull request:

  1. Compile the document, make html
  2. run make check to spellcheck the documents. Update personal dictionary file containers.dict with any non-English words.
Working with files
Compile docs from a container

Create local index.html file

 docker run --rm -it -v `pwd`:/documents/:Z asciidoctor/docker-asciidoctor make html
Clean up files
 clean

This removes all generated files.

Publish
 publish

Github serves HTML documents from the gh-pages branch. This command will push to the branch.

Spell check

aspell is used to spell check the document. This is run in a Travis job for all pull requests. Any non-English words should be added to containers.dict with your commit. Ensure make check passes.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.