Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Scope
Commits
af3b8cfa
Commit
af3b8cfa
authored
7 years ago
by
Alfonso Acosta
Browse files
Options
Download
Email Patches
Plain Diff
Update doc versions
parent
d38854fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/installing.md
+4
-4
site/installing.md
with
4 additions
and
4 deletions
+4
-4
site/installing.md
+
4
-
4
View file @
af3b8cfa
...
...
@@ -125,7 +125,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
**Docker Compose Format Version 1:**
scope:
image: weaveworks/scope:1.5.
0
image: weaveworks/scope:1.5.
1
net: "host"
pid: "host"
privileged: true
...
...
@@ -141,7 +141,7 @@ After it’s been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.5.
0
image: weaveworks/scope:1.5.
1
network_mode: "host"
pid: "host"
privileged: true
...
...
@@ -165,7 +165,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
**Docker Compose Format Version 1:**
probe:
image: weaveworks/scope:1.5.
0
image: weaveworks/scope:1.5.
1
net: "host"
pid: "host"
privileged: true
...
...
@@ -182,7 +182,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
version: '2'
services:
probe:
image: weaveworks/scope:1.5.
0
image: weaveworks/scope:1.5.
1
network_mode: "host"
pid: "host"
privileged: true
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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