Adding tmpfs to addon config (#72)

* Adding tmpfs to addon config

* Adding vol.Match and correcting syntax error

* Missing import and linting

* Update addon.py

* Revert "Update addon.py"

This reverts commit 82798c8f2d.

* optimaze code
This commit is contained in:
bestlibre
2017-05-31 09:39:22 +02:00
committed by Pascal Vizeli
parent e33420f26e
commit c1cd9bba45
4 changed files with 20 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ ATTR_BUILD = 'build'
ATTR_DEVICES = 'devices'
ATTR_ENVIRONMENT = 'environment'
ATTR_HOST_NETWORK = 'host_network'
ATTR_TMPFS = 'tmpfs'
STARTUP_INITIALIZE = 'initialize'
STARTUP_BEFORE = 'before'