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
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.1.0.tar.gz
(1.3 kB
view details)
Built Distribution
File details
Details for the file kube1s-0.1.0.tar.gz
.
File metadata
- Download URL: kube1s-0.1.0.tar.gz
- Upload date:
- Size: 1.3 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 | d15b97584e1105082299171d4c68351b79e68668166be1d08fb1f11c6a6a4ae7 |
|
MD5 | e04543403923cfee6c298b29d172a209 |
|
BLAKE2b-256 | f3ed59929e375601041ffb4fe5dce7b58033debde0b6502f84e39841b42532c1 |
File details
Details for the file kube1s-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: kube1s-0.1.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 | 0d2b7435c12c69c68b873ff108ef51d591ae6089242dd3d1ed6820ea075bd601 |
|
MD5 | aeab357647e6c8520ef5b5cbcd2a0c72 |
|
BLAKE2b-256 | 457810c9dd303b65508d06ddc26b11e320023052687a081aae2a83e5ad054292 |