17%
03.08.2023
: 3
selector:
matchLabels:
app: my-app
template:
metadata:
labels:
app: my-app
spec:
containers:
- name: my-app
image: my-org/my-app:1.0.0
17%
28.11.2023
import Flask
app = Flask(__name__)
@app.route('/')
def hello_world():
return 'Hello, World!'
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)
To dockerize this application, you would
17%
29.09.2020
Software
Adblock
AdGuard Home
eBlocker
NxFilter
pfBlockerNG
Pi-hole
Unbound-Plus
Examined Version
3.8.15-1
0.102.0
02.04.05
04
17%
17.09.2013
Windows SSH client PuTTY, developed by Simon Tatham, is also a free SSH implementation. It is subject to the MIT license and is currently at version 0.62 from 2011. All versions of SSH are largely
17%
18.02.2018
).
Listing 3
package.json
01 {
02 "name": "linux-magazin-secrets",
03 "version": "1.0.0",
04 main() "index.js",
05 "license": "ISC",
06 "dependencies": {
07 "express": "^4.14.0"
08
17%
02.06.2020
research and applications such as Industry 4.0.
Protzel: That's right; Germany also jumped on the bandwagon (with quite some delay). This doesn't have to be negative – many trains travel in the wrong
17%
06.10.2019
mechanisms with Helm charts [12] complete the solution.
To familiarize yourself with the conventions and best practices of a GitLab CI pipeline, take a look at the Auto DevOps pipeline from the Git
17%
15.08.2016
Scientific Computing Center (NERSC) [11]. Shifter is a prototype implementation of a container system for HPC that converts images from Docker, VMs, or CHOS [12] (a utility that creates a Scientific Linux
17%
07.04.2022
a redundant power supply or hard disks. Its Intel Xeon 4110 processor has eight CPU cores and 32GB of RAM.
Its bigger siblings, the SNS 3655 and SNS 3695, come with 12 CPU cores on the Intel Xeon 4116 CPU
17%
02.02.2021
(KafkaProducerString,
producer = new KafkaProducer(props)) {
03
04 for (long i =**0; i <**10; i++) {
05 final String orderId = "id" + Long.toString(i);
06 final Payment