16%
28.11.2023
:
containers:
- image: docker.io/{username}/helloworld-go
env:
- name: TARGET
value: "Go Sample v1"
Figure 2: The Hello World
16%
17.04.2017
on the availability of physical and virtual servers and entire virtual infrastructures and the implementation of error alarms and inventory and ticket systems. Microsoft has created a two-minute video [2] to introduce
16%
27.09.2021
storage.
Ceph Management Tool
The open source storage platform Ceph [2] was developed in its basic form as early as 2004. Today, it is often used with the Rook container storage software. Currently, Red
16%
14.08.2017
for Comments (RFC) 707 [1] in 1976. The idea was for an RPC to allow a computer to run a function on a remote computer. Machine-to-machine communication (M2M) thus became real.
In contrast, while developing
16%
25.09.2023
up a container machine running Monit. Listing 1 [2] creates the Ubuntu 22.04 LTS base image used to create further images for the test container machines. To generate the base image, go to your
16%
18.08.2021
_record%y = counter + 1
my_record%z = counter + 2
my_record%value = counter * 10.0
write(8,*) my_record
end do
end if
close(8)
end program ex1
For this example
16%
03.12.2015
of the version detection types, however, they cannot be selected explicitly. They only run if you enable version detection with the -sV option. Examples include skypev2-version, pptp-version, and iax2-version
16%
05.12.2019
) now run without complications on the Hyper-V hypervisor and in the Azure cloud.
The Windows Subsystem for Linux (WSL) adds a new compatibility layer to Windows 10. As the name implies, WSL
16%
20.03.2014
with the Puppet Master. Next, almost all the OpenStack modules required for Kickstack can be found on PuppetForge (Figure 2). The exceptions are the modules for Neutron [4] and Open vSwitch [5]. The module
16%
01.06.2024
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 2
template:
metadata:
labels:
app: nginx