Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kubernetes-deploy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
kubernetes-deploy
Commits
56f4514d
Unverified
Commit
56f4514d
authored
Jan 14, 2017
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP
parent
bafc75a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
build
build
+6
-6
No files found.
build
View file @
56f4514d
...
...
@@ -17,15 +17,15 @@ if ! docker info &>/dev/null; then
echo
"Missing docker engine to build images."
echo
"Running docker:dind locally with graph driver pointing to '/cache/docker'"
if
!
grep
-
q
overlay
/
proc
/
filesystems
;
then
echo
"Missing overlay filesystem. Are you running recent enough kernel?"
exit
1
fi
#
if ! grep -q overlay /proc/filesystems; then
#
echo "Missing overlay filesystem. Are you running recent enough kernel?"
#
exit 1
#
fi
dockerd
\
--
host
=
unix
:
///
var
/
run
/
docker
.
sock
\
--
storage
-
driver
=
overlay
\
--
graph
=/
cache
/
docker
&
>
/
docker
.
log
&
--
storage
-
driver
=
aufs
\
--
graph
=/
cache
/
docker
&
echo
"Waiting for docker..."
for
i
in
$
(
seq
1
60
);
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment