Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize the mkdocs dev server #582

Open
ahouseholder opened this issue Jun 13, 2024 · 0 comments
Open

Dockerize the mkdocs dev server #582

ahouseholder opened this issue Jun 13, 2024 · 0 comments
Labels
enhancement New feature or request environment Project environment, deployment, CI, etc.

Comments

@ahouseholder
Copy link
Contributor

Describe the solution you'd like

Theme: make it easier to spin up a working environment for SSVC document editors

The goal is to be able to do a docker build ... then docker run ... and have the dev server listening on a local port.

The docker container will need to

  • install requirements
  • link local files to the container (so they're "live" for the dev server to detect/reload on changes)
  • run mkdocs serve in the container
  • tell the user where to browse to see the dev server instance
@ahouseholder ahouseholder added enhancement New feature or request environment Project environment, deployment, CI, etc. labels Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request environment Project environment, deployment, CI, etc.
Projects
None yet
Development

No branches or pull requests

1 participant