docker-cli-openbsd/man
Vincent Demeester 8ebc03a71f Merge pull request #367 from kolyshkin/ipcmode
Introduce/document new IPC modes
2017-08-25 09:48:00 +02:00
..
src Dropped hyphen in bind mount where appropriate 2017-08-19 21:14:48 +07:00
Dockerfile.5.md Convert Unused ARG error to warning 2017-06-02 00:10:31 +00:00
README.md Make README less scabious 2017-06-02 00:10:02 +00:00
docker-build.1.md docs: add missing cache-from man docs 2017-06-02 00:11:05 +00:00
docker-config-json.5.md man: mv config-json.5 to docker-config-json.5 2017-06-02 00:07:42 +00:00
docker-run.1.md Dropped hyphen in bind mount where appropriate 2017-08-19 21:14:48 +07:00
docker.1.md Update the manuals of docker and dockerd 2017-06-02 00:10:46 +00:00
dockerd.8.md Introduce/document new IPC modes 2017-08-05 17:49:53 -07:00
generate.go Add missing dependencies to vendor, and fix generation imports 2017-06-02 11:12:43 -04:00
import.go Run docs and man generation in CI 2017-06-14 14:59:48 -07:00
md2man-all.sh Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 2017-06-02 00:10:54 +00:00

README.md

Docker Documentation

This directory contains scripts for generating the man pages. Many of the man pages are generated directly from the spf13/cobra Command definition. Some legacy pages are still generated from the markdown files in this directory. Do not edit the man pages in the man1 directory. Instead, update the Cobra command or amend the Markdown files for legacy pages.

Generate the man pages

From within the project root directory run:

make manpages