Skip to content

Baker 🍞

October 16, 2018 | 04:06 AM

⚠️ Baker has been superseded by Bakerx which simplifies much of the complexity and rarely used features ⚠️


Meet Baker 🍞 — the tool that will Bake virtual machines and containers for you. With Baker, you can prepare an headless virtual machine using a simple configuration file. Edit code on your machine through a shared folder, and run commands/tasks/services directly in your headless virtual machine.

name: baker-docs
container: 
  ports: 8000
lang:
  - python2
commands:
  build: mkdocs build
  serve: mkdocs serve -a 0.0.0.0:8000
  gh-deploy: mkdocs gh-deploy

Install Baker and see how you can Get Started!