An open API service indexing awesome lists of open source software.

https://github.com/bearddan2000/python-cli-pants-whereami

This is a POC project to demonstrate
https://github.com/bearddan2000/python-cli-pants-whereami

cli os pants perl python python3 whereami

Last synced: about 2 months ago
JSON representation

This is a POC project to demonstrate

Awesome Lists containing this project

README

          

# python-cli-pants-whereami

## Description
This is a POC project to demonstrate
a python console app.

## Tech stack
- perl
- pants
- python3
- os

## Docker stack
- docker-cli-pants
- alpine:latest
- centos:latest
- ubuntu:latest

## Requirements
Docker desktop must be installed and the application
being called must be linux compatiple.

## To run
Alpine: `sudo ./install.sh -u`
Centos: `sudo ./install.sh -u -c`
Ubuntu: `sudo ./install.sh -u -u`

## To stop (optional)
`sudo ./install.sh -d`

## To see help
`sudo ./install.sh -h`