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.5.0.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kube1s-0.5.0.tar.gz.
File metadata
- Download URL: kube1s-0.5.0.tar.gz
- Upload date:
- Size: 2.6 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 |
4cb6897bb5686ffc17086799dea8d5078a4d3df47d4c99f37a945fe7a5e81f88
|
|
| MD5 |
b458048bb9dd760f78ac4d7b87ef3e46
|
|
| BLAKE2b-256 |
f278bdb3c1dd1274990c0f6db1d18a49dc352e2aa5530d3533ece3181420e3af
|
File details
Details for the file kube1s-0.5.0-py3-none-any.whl.
File metadata
- Download URL: kube1s-0.5.0-py3-none-any.whl
- Upload date:
- Size: 3.0 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 |
28416e9b9f5e4c7dbf2403fb30411927f90b6447aafb4373dd9ad2237ae9cdb9
|
|
| MD5 |
72e1e5be3ee2d9768c6e5271ba4f8706
|
|
| BLAKE2b-256 |
36c92c061aac1c30cac0676e6dad914c6c01da9487c947a0e78ae28334a22c31
|