All Projects → lxc → Linuxcontainers.org

lxc / Linuxcontainers.org

Licence: other
The linuxcontainers.org website

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Linuxcontainers.org

Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (+125%)
Mutual labels:  markdown, website
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (+315.79%)
Mutual labels:  markdown, website
Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (+97.37%)
Mutual labels:  markdown, website
Phenomic
DEPRECATED. Please use Next.js instead.
Stars: ✭ 3,264 (+4194.74%)
Mutual labels:  markdown, website
Sparrow
运维管理平台(python3+flask+pycharts+apscheduler+gunicorn),模块化结构设计,底层依托mysql、influxdb、elasticsearch、zabbix、k8s等数据源数据
Stars: ✭ 723 (+851.32%)
Mutual labels:  containers, website
New website
a fork of https://jonbarron.info/ for use in jekyll builds with markdown page updates
Stars: ✭ 51 (-32.89%)
Mutual labels:  markdown, website
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+17093.42%)
Mutual labels:  markdown, website
Pico
Pico is a stupidly simple, blazing fast, flat file CMS.
Stars: ✭ 3,494 (+4497.37%)
Mutual labels:  markdown, website
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (+806.58%)
Mutual labels:  markdown, website
Recipes
A super minimal recipe website built on Markdown
Stars: ✭ 38 (-50%)
Mutual labels:  markdown, website
Funbook Old
I have a dream, to be a novelist someday.
Stars: ✭ 65 (-14.47%)
Mutual labels:  markdown, website
Glim
Static site generator which is semi-compatible with Jekyll
Stars: ✭ 76 (+0%)
Mutual labels:  markdown
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
Stars: ✭ 9,350 (+12202.63%)
Mutual labels:  markdown
Seafile
High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
Stars: ✭ 9,201 (+12006.58%)
Mutual labels:  markdown
Devops Resources
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
Stars: ✭ 1,194 (+1471.05%)
Mutual labels:  containers
Site Webdev
Source for webdev.dartlang.org
Stars: ✭ 76 (+0%)
Mutual labels:  website
Laravel Smartmd
🎯 A simple markdown editor compatible most markdown parse,You can choose any parse methods on server or client,like Mathematical formula、flowchart、upload image...
Stars: ✭ 76 (+0%)
Mutual labels:  markdown
Taskboard
A Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!)
Stars: ✭ 1,191 (+1467.11%)
Mutual labels:  markdown
Anchore Engine
A service that analyzes docker images and applies user-defined acceptance policies to allow automated container image validation and certification
Stars: ✭ 1,192 (+1468.42%)
Mutual labels:  containers
Md2pdf
Markdown to PDF conversion tool
Stars: ✭ 74 (-2.63%)
Mutual labels:  markdown

linuxcontainers.org

This branch contains the content and site generator of the https://linuxcontainers.org website. Backend code for Try it part is located at https://github.com/lxc/lxd-demo-server

Dependencies

  • man2html-base
  • python3 (>= 3.3)
  • python3-bs4
  • python3-jinja2
  • python3-markdown (<3.0.0)
  • python3-pygments

Generating the website

./generate

Launching website within container

Make sure that the container has access to the website folder that you just cloned.

You can use a bind-mount for the folder if necessary (host => container OR container => host)

After generating the website(above), run these commands(Ubuntu-specific) within the container:

cd output
python3 -m http.server 8777

You now need to obtain the IP address for the specific container. You can now navigate to the site (from the host) with the following example IP address:

185.5.3.12:8777

Bug reports

Bug reports can be filed at https://github.com/lxc/linuxcontainers.org/issues/new

Contributing

Fixes and new content are greatly appreciated but please read our contributing guidelines first.

Contributions to this project should be sent as pull requests on GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].