Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
7f3c9928
Commit
7f3c9928
authored
Dec 13, 2016
by
4ast
Committed by
GitHub
Dec 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #837 from zlim/docker
add Quick Start Guide for bcc docker
parents
5f7f019e
932f8ce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
QUICKSTART.md
QUICKSTART.md
+20
-0
No files found.
QUICKSTART.md
0 → 100644
View file @
7f3c9928
# Quick Start Guide
A Docker container is provided for user to try out
[
bcc
](
https://github.com/iovisor/bcc
)
.
From your host shell:
```
bash
docker run
-it
--rm
\
--privileged
\
-v
/lib/modules:/lib/modules:ro
\
-v
/usr/src:/usr/src:ro
\
-v
/etc/localtime:/etc/localtime:ro
\
--workdir
/usr/share/bcc/tools
\
zlim/bcc
```
Now, from the container shell, you can try the various pre-installed bcc tools.
For examples, please refer to the
[
tutorial
](
docs/tutorial.md#1-general-performance
)
.
If you wish to install bcc on your host, please refer to
[
INSTALL.md
](
INSTALL.md
)
.
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