UnionPOS / docker-micromdm

micromdm/micromdm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker MicroMDM

Dockerfile for MicroMDM

Quick Start

Here's how to get started...

  1. ensure you have a baseline configuration
  2. git clone https://github.com/UnionPOS/docker-micromdm to pull down the repository
  3. make init to initialize the build-harness

Usage

Building the image

make build

Running the container

make run

Running the container (interactive mode)

make it

References

For additional context, refer to some of these links.

  • Docker - Docker Documentation

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. We follow the typical "git-flow" Git workflow.

  1. Clone the project to your own machine
  2. Commit changes to your own branch
  3. Push your work back up to your fork
  4. Submit a Pull Request so that we can review your changes

NOTE: Be sure to merge the latest upstream changes before making a pull request!

About

micromdm/micromdm


Languages

Language:Makefile 41.4%Language:Dockerfile 31.8%Language:Shell 26.8%