Skip to content

fadenb/ffmuc-image-build-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FFMUC Image Build Docker

I use a Docker container based on this Dockerfile to locally hack on the Freifunk München firmware ( https://github.com/freifunkMUC/site-ffm/ ).

Warning ⚠️

This is not suitable to build widely used images for a whole bunch of reasons. It is intended for local development only.

Usage

  • Build image
    docker build . -t ffmuc-image-build-docker:v0.0.1
  • Clone site-ffm repository to your working directory
    git clone https://github.com/freifunkMUC/site-ffm.git site-ffm
  • Run Docker container mounting your site-ffm clone to /site-ffm inside the container
    docker run --rm -it -v $(pwd)/site-ffm:/site-ffm ffmuc-image-build-docker:v0.0.1 /bin/bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published