-
```
# pvcreate /dev/vda2
# vgcreate docker /dev/vda2
# reboot
# echo 'VG=docker' > /etc/sysconfig/docker-storage-setup
# systemctl stop docker
# rm -rf /var/lib/docker
# docker-storage-setup
Volume…
-
**Is your feature request related to a problem? Please describe.**
Global docker environment is required for the laboratory. Normal dicker installation will cause some problem because all user that w…
ushmz updated
2 years ago
-
Execute scheduled task: Issue certificates task (mod_customcert\task\issue_certificates_task)
... started 19:11:25. Current memory use 29.3 MB.
Debugging increased temporarily due to faildelay of 86…
-
**Steps to reproduce**
_docker run -p 8888:8888 kinto/kinto-server_
First request
```
POST /v1/buckets HTTP/1.1
Host: 127.0.0.1:8888
Authorization: Basic YWRtaW46czNjcjN0
Content-Type: applic…
-
We use Docker slaves, and inside the image we create a user `jenkins`:
```
RUN useradd jenkins -m -d /build
```
We also use a volume for cached dependencies downloaded by Groovy Grapes. Without th…
-
- as part of the cka exam
- https://github.com/ObrienlabsDev/blog/wiki/Kubernetes#kubeadm
- https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
- specifica…
-
nacos版本:v2.2.3
先来看下配置文件
这是我的两个compose文件,一个写入了environment参数到compose中,一个写入到nacos-standlone-mysql.env中
这两种写法启动后 都会显示同一个错误
找寻代码,发现mysql这个链接来自 init.d/application.properties
这里写死的 mysql地址 n…
-
### Steps to Reproduce
If a security group is assigned only on a lambda function, prowlers thinks that is unused and rises an alert.
### Expected behavior
Prowler should detect that is assigned to …
-
I would like to ask that the named pipe created by the Windows docker engine be made available remotely (assuming it already isn't, and assuming an option for people who doesn't want the pipe exposed …
-
Great tutorial, thanks for putting it together!
I was under the impression that the log group defined in the aws-ecs/docker-compose.yml file ` awslogs-group: foodtrucks` would be automatically cre…