Skip to content

🐋 Docsify Docker Example Repo ✍️

License

Notifications You must be signed in to change notification settings

sujaykumarh/docsify-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Docsify Docker Example

A Simple Docsify running env. example repo

GitHub Workflow Status Docker Image Size (tag) Docker Pulls


📥 Download

GitHub Registry [preferred]

docker pull ghcr.io/sujaykumarh/docsify:latest

DockerHub

docker pull sujaykumarh/docsify:latest

🛠️ Usage

Example setup

Checkout repo Example

git clone https://github.com/sujaykumarh/docsify-docker-example.git

Using Docker Image

setup

# initilize docs folder using docsify
docker run --rm -v docs:/docs ghcr.io/sujaykumarh/docsify init

Run

# using docker container
docker run --rm -v docs:/docs ghcr.io/sujaykumarh/docsify serve

# or using docker-compose
docker-compose up -d

📄 License

MIT © 2022 sujaykumarh


📖 Resources

For more info on docsify