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.4.0.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file kube1s-0.4.0.tar.gz
.
File metadata
- Download URL: kube1s-0.4.0.tar.gz
- Upload date:
- Size: 2.5 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 | afa82ca9989adc02a721972a8b2ebc5fc9e710e4cb132387bb4203d4bfce21bb |
|
MD5 | 475f9ac582d3284e7c2c891743f4c836 |
|
BLAKE2b-256 | cff6efe47b28fb5985025e49c30fa10de245c78ca5e3271a948012246196f84b |
File details
Details for the file kube1s-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: kube1s-0.4.0-py3-none-any.whl
- Upload date:
- Size: 2.9 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 | 20f8ef705c094cd63c7863e56cadde836815e563681716ec47be6ba26b79b14f |
|
MD5 | 2d13ace388d33d6baeff5180c1117694 |
|
BLAKE2b-256 | 1824807c7ac0378b07cebe94d32fc0f4f5faa8a6f53c98ce3d5ead2b7eb274c6 |