Skip to content

Instantly share code, notes, and snippets.

@tailorvj
Created July 30, 2019 16:41
Show Gist options
  • Save tailorvj/f0d00e309e9efc30d3ac4504ac6da358 to your computer and use it in GitHub Desktop.
Save tailorvj/f0d00e309e9efc30d3ac4504ac6da358 to your computer and use it in GitHub Desktop.
Docker compose file for FullPageOS
version: '3.6'
services:
custompios:
image: guysoft/custompios:devel
container_name: mydistro_builder
tty: true
restart: always
privileged: true
volumes:
- ./:/distro
devices:
- /dev/loop-control
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment