Skip to content
Snippets Groups Projects
Commit ccbf23b9 authored by Jonas Leder's avatar Jonas Leder
Browse files

share docker config

parent 804af53f
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION):
'volumes': [
{
'name': 'docker',
'path': '/var/run/docker.sock'
'path': '/root/.docker'
}
],
'environment': {
......@@ -99,6 +99,10 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION):
{
'name': 'sockets',
'path': '/var/run'
},
{
'name': 'docker',
'path': '/root/.docker'
}
],
'commands': [
......@@ -130,6 +134,10 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION):
{
'name': 'sockets',
'temp': {}
},
{
'name': 'docker',
'temp': {}
}
],
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment