abcdesktopio / oc.pyos

abcdesktop docker API services from pyos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oc.pyos

Update oc.pyos Docker Stars Docker Pulls GNU GPL v2.0 License

To get more informations

Please, read the public documentation web site:

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 .

About

abcdesktop docker API services from pyos

License:GNU General Public License v2.0


Languages

Language:Dockerfile 64.5%Language:Shell 25.2%Language:Makefile 10.4%