Created
July 30, 2019 16:41
-
-
Save tailorvj/f0d00e309e9efc30d3ac4504ac6da358 to your computer and use it in GitHub Desktop.
Docker compose file for FullPageOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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