Skip to content

Commit 39c734f

Browse files
authored
Update README.md
1 parent b740f80 commit 39c734f

File tree

2 files changed

+26
-46
lines changed

2 files changed

+26
-46
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Riverbed SteelScript for NetIM
2+
3+
This package as part of [SteelScript](https://github.com/riverbed/steelscript) provides specific bindings for interacting with [Riverbed NetIM](https://www.riverbed.com/products/netim)
4+
5+
## Quick start
6+
7+
```shell
8+
# Build a docker image from latest code
9+
docker build --tag steelscript:latest https://github.com/riverbed/steelscript.git
10+
11+
# Run the image in an interactive container
12+
docker run -it steelscript:latest /bin/bash
13+
14+
# Replace the tokens {...} with actual values
15+
python print-netim-devices-raw.py {NetIM Core fqdn or ip} --username {username} -password {password}
16+
```
17+
18+
Please see [SteelScript](https://github.com/riverbed/steelscript) for more details
19+
20+
## License
21+
22+
Copyright (c) 2019-2024 Riverbed Technology, Inc.
23+
24+
SteelScript-NetProfiler is licensed under the terms and conditions of the MIT
25+
License accompanying the software ("License"). SteelScript-NetProfiler is
26+
distributed "AS IS" as set forth in the License.

README.rst

-46
This file was deleted.

0 commit comments

Comments
 (0)