Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abcdesktopio/oc.pyos
abcdesktop docker API services from pyos
https://github.com/abcdesktopio/oc.pyos
cherrypy docker-container pyos python3
Last synced: about 2 months ago
JSON representation
abcdesktop docker API services from pyos
- Host: GitHub
- URL: https://github.com/abcdesktopio/oc.pyos
- Owner: abcdesktopio
- License: gpl-2.0
- Created: 2021-01-07T08:36:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T11:28:46.000Z (about 2 months ago)
- Last Synced: 2024-11-13T12:27:30.385Z (about 2 months ago)
- Topics: cherrypy, docker-container, pyos, python3
- Language: Dockerfile
- Size: 127 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oc.pyos
![Update oc.pyos](https://github.com/abcdesktopio/oc.pyos/workflows/Update%20oc.pyos/badge.svg)
![Docker Stars](https://img.shields.io/docker/stars/abcdesktopio/oc.pyos.svg)
![Docker Pulls](https://img.shields.io/docker/pulls/abcdesktopio/oc.pyos.svg)
![GNU GPL v2.0 License](https://img.shields.io/github/license/abcdesktopio/oc.pyos.svg)## To get more informations
Please, read the public documentation web site:
* [https://www.abcdesktop.io](https://www.abcdesktop.io)
* [https://abcdesktopio.github.io/](https://abcdesktopio.github.io/)## abcdesktop.io pyos API service, control plane
Docker container to build the oc.pyos image
oc.pyos depend pyos submodule in /var directory
```
[submodule "var/pyos"]
path = var/pyos
url = https://github.com/abcdesktopio/pyos.git
branch = main
```## To build the Docker container oc.pyos image manually
* oc.pyos is the docker container for pyos.
* pyos is a git submodule in oc.pyos, git clone must add the --recurse-submodules option```
git clone --recurse-submodules https://github.com/abcdesktopio/oc.pyos.git
docker build -t abcdesktopio/oc.pyos -f oc.pyos .
```