Merge pull request #389 from dylanmtaylor/patch-8
Add Docker Application Profile
This commit is contained in:
commit
a94cea235d
|
|
@ -0,0 +1,9 @@
|
|||
import archinstall
|
||||
|
||||
# Define the package list in order for lib to source
|
||||
# which packages will be installed by this profile
|
||||
__packages__ = ["docker"]
|
||||
|
||||
installation.add_additional_packages(__packages__)
|
||||
|
||||
installation.enable_service('docker')
|
||||
Loading…
Reference in New Issue