Skip to content

Latest commit

 

History

History
executable file
·
32 lines (25 loc) · 538 Bytes

README.md

File metadata and controls

executable file
·
32 lines (25 loc) · 538 Bytes

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