Default template for PDM package
Project description
Kube1s
BUILD & RUN
# BUILD
$ docker build -t my-apache2 docker/httpd/
# RUN
$ docker run -dit --name my-running-app -p 8949:80 my-apache2
# LOGIN CONTAINER
$ docker exec -it my-running-app bash
COMPOSE
$ docker compose -f docker-compose.yaml up -d
$ docker compose up -d
$ docker compose up -d --build
$ docker compose up -d --build --force-recreate
$ docker compose up -d --scale blog=1
$ docker compose up -d --scale blog=2
$ docker compose up -d --watch
$ docker compose stop
$ docker compose start
$ docker compose down
COMPOSE SCALE IN & OUT
$ docker compose up -d --scale blog=5 --build
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kube1s-0.3.0.tar.gz
(1.4 kB
view details)
Built Distribution
File details
Details for the file kube1s-0.3.0.tar.gz
.
File metadata
- Download URL: kube1s-0.3.0.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.17.1 CPython/3.12.4 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a51d009d9e24d1df66f01e75ff2151b6ce80ff1350614436060a48791e66584 |
|
MD5 | c173b8a6443e88bfd359259eecec4c7e |
|
BLAKE2b-256 | 2c3b71927a09e2d5a51957247785b8b1dfa2733ca4a3128fcbc0d3cedb246fa9 |
File details
Details for the file kube1s-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: kube1s-0.3.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.17.1 CPython/3.12.4 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e279d3abe72d9ef8d0bce863fe41d7237a71e76bf77c3e50612f230657556637 |
|
MD5 | 276d7d4ef1bb3941169e37191a3aa626 |
|
BLAKE2b-256 | 8dd78232a57d45b4111cb52f4b67ce75fb42622bf5d15010e7e397184f7c04e4 |