Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
9e2d30b4
Commit
9e2d30b4
authored
Apr 09, 2020
by
Fabio Luchetti
Browse files
Do not disable ipv6 in mgm container
parent
c781db5e
Pipeline
#1550631
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/start_services.sh
View file @
9e2d30b4
...
...
@@ -96,7 +96,9 @@ docker exec -i eos-mq /eos_mq_setup.sh
# MGM server creation
echo
-e
"
\n\n
*** MGM server creation"
docker run
--privileged
-dit
-h
eos-mgm1.eoscluster.cern.ch
--name
eos-mgm1
--net
=
eoscluster.cern.ch
--net-alias
=
eos-mgm1
--ulimit
"core=-1"
--security-opt
"seccomp=unconfined"
$image
docker run
--privileged
-dit
-h
eos-mgm1.eoscluster.cern.ch
--name
eos-mgm1
--net
=
eoscluster.cern.ch
--net-alias
=
eos-mgm1
--ulimit
"core=-1"
--security-opt
"seccomp=unconfined"
--sysctl
net.ipv6.conf.all.disable_ipv6
=
0
$image
if
[[
$with_qdb
==
1
]]
;
then
echo
-e
"
\n\n
*** QuarkDB server creation and setup"
...
...
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