You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# robotframework-dockerlibrary
2
2
3
3
## What?
4
-
A Robot Framework library to control Docker containers
4
+
A [Robot Framework](https://robotframework.org/) library to control [Docker](https://www.docker.com/) containers
5
5
6
6
It will mostly be a wrapper around [docker.py](https://github.com/docker/docker-py) - the Python library for the Docker Engine API [1][2]
> NOTE: The initial run will take a while because MongoDB Docker image (aprox. 400 MB) will be pulled in the background. ... may be I should use a smaller image for demo :-)
24
24
25
+
25
26
FEATURES
26
27
---
27
28
@@ -31,11 +32,20 @@ FEATURES
31
32
- Docker Services
32
33
- ...
33
34
34
-
STATUS
35
+
Status
35
36
---
36
37
PRE-ALPHA :-)
37
38
38
39
40
+
Contributiion
41
+
---
42
+
Clone/fork, create a pull-request, create an issue ... what ever
0 commit comments