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
- Host: GitHub
- URL: https://github.com/bearddan2000/python-cli-pants-whereami
- Owner: bearddan2000
- Created: 2022-07-03T02:38:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T02:38:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T16:33:00.491Z (over 1 year ago)
- Topics: cli, os, pants, perl, python, python3, whereami
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-cli-pants-whereami
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`