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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# docker-autocompose
2
-
Generates a docker-compose yaml definition from a running container.
2
+
Generates a docker-compose yaml definition from a docker container.
3
3
4
4
Required Modules:
5
-
*[pyaml](https://pypi.python.org/pypi/pyaml/)
6
-
*[docker](https://pypi.python.org/pypi/docker)
5
+
*[pyaml](https://pypi.python.org/project/pyaml/)
6
+
*[docker](https://pypi.python.org/project/docker)
7
+
*[six](https://pypi.python.org/project/six)
7
8
8
9
Example Usage:
9
10
@@ -32,13 +33,13 @@ With this tool, I can easily generate docker-compose files for managing the cont
32
33
33
34
## Docker Usage
34
35
35
-
You can use this tool from a docker container without installing it locally by either building it or using the [automated build on dockerhub.](https://hub.docker.com/r/red5d/docker-autocompose/)
36
+
You can use this tool from a docker container by either cloning this repo and building the image or using the [automatically generated image on GitHub](https://github.com/Red5d/docker-autocompose/pkgs/container/docker-autocompose)
36
37
37
-
Build the container by running:
38
+
Pull the image from GitHub (supports both x86 and ARM)
0 commit comments