Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 2.63 KB

README.hub.md

File metadata and controls

50 lines (32 loc) · 2.63 KB

Contributor Covenant Docker Image Version (latest semver) Docker Pulls Docker Image Size (tag) MicroBadger Layers

IMPORTANT!

This project has been archived since we switched to development containers. It's much simpler to use and maintain. Have a look at @alertbox/vscode-remote-try-docsify to learn more.

Quick Reference

What is Docsify CLI?

For background on the project, please read this overview.

Quick Start with Docker

Check out the how to get started, in summary, here's what you will want to do:

#!/bin/bash
cd my-docsify-enabled-project
docker run -dp 3083:3000 -v `pwd`/docs:/var/www alertbox/docsify-served:4.4.1

The alertbox/docsify-served in action

Visit localhost:3083 on your favorite browser.

Requirements and Best Practices

The Docsify Served containers on Docker Hub are based on Linux AMD64 Architecture.

Docsify Served Requirements: For minimum container requirements, you can use our GitHub Quickstart template.

Best Practices

For a complete list of best practices, read these points.

License

This edition is free for unrestricted use for community users. By default, the preview or latest tags point to the latest Image with the latest Docsify CLI. At the moment, there aren't any other versions of any combinations.

As with all Docker images, these also contain other software that may be under other licenses.