DEPRECATED
Dash has hadded an official Docker Docset so unless there's a demand for a Docker Docset outside of Dash, I will no longer maintain this repo. If you're still using this and wish for it to containue to be maintained, please submit an issue and let me know. Thanks!
Docker Docset Generator
Build Docker Docset
Create the Docker docset image
docker build -t "docker-docset:1.4.1" .
Copy Docker.docset to local filesystem
Copy Docker.docset
and Docker.tgz
to $(pwd)/release
docker run --rm -it -v $(pwd)/release:/host/release "docker-docset:1.4.1" cp -av ./ /host/release/
TODO
- Add
Makefile
- Add section to page titles
- Add index for select pages (like Dockerfile and CLI reference)
- Clean up
README.md