mirror of
https://github.com/Red5d/docker-autocompose
synced 2026-01-03 15:18:01 +00:00
Installation instructions and AUR (#68)
I added a bit of information about installing this tool to the system and about my AUR packages. Also the PyPI version is outdated (1.0.1 from Jan 3 2016, https://pypi.org/project/docker-autocompose/#history), is it still supported?
This commit is contained in:
15
README.md
15
README.md
@@ -31,6 +31,21 @@ While experimenting with various docker containers from the Hub, I realized that
|
||||
|
||||
With this tool, I can easily generate docker-compose files for managing the containers that I've set up manually.
|
||||
|
||||
## Native installation
|
||||
|
||||
You can install it system-wide from the project directory with a command:
|
||||
|
||||
```python setup.py install --optimize=1```
|
||||
|
||||
You can also install directly from PyPI (https://pypi.org/project/docker-autocompose) with a command:
|
||||
```pipx install docker-autocompose```
|
||||
|
||||
There are unofficial packages available in the Arch User Repository:
|
||||
* [Stable](https://aur.archlinux.org/packages/docker-autocompose)
|
||||
* [Development (follows the master branch)](https://aur.archlinux.org/packages/docker-autocompose-git)
|
||||
|
||||
**AUR packages are provided by a third party and are not tested or updated by the maintainer(s) of the docker-autocompose project.**
|
||||
|
||||
## Docker Usage
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user