Go Modules Reference - The Go Programming Language
Temp
docker 安全 - charlieroro - 博客园
由于容器运行在主机上,且与主机共用一套内核,因此在容器的安全使用上会涉及到容器本身以及主机的安全加固,如针对系统调用,系统资源,远程访问等都需要进行安全方面的考量。 docker官网给出了简单的一些建
Docker容器安全最佳实践白皮书V1.0 - FreeBuf网络安全行业门户
Go modules services
Go modules services
Go Checksum Database
mutagen-io/mutagen: Fast file synchronization and network forwarding for remote development
Fast file synchronization and network forwarding for remote development - mutagen-io/mutagen: Fast file synchronization and network forwarding for remote development
优点知识 - Kubernetes 进阶训练营(第2期)
containerd/nerdctl: contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ... - containerd/nerdctl: contaiNERD CTL - Docker-compatible CLI for containerd, ...
Introduction - o11y.love
Learn Observability - tools, resources, newsletters, workshops, and much more. Everyone can contribute!
lima-vm/lima: Linux virtual machines, typically on macOS, for running containerd
Linux virtual machines, typically on macOS, for running containerd - lima-vm/lima: Linux virtual machines, typically on macOS, for running containerd
7 Docker Alternatives To Consider In 2022
opencontainers/runc: CLI tool for spawning and running containers according to the OCI specification
CLI tool for spawning and running containers according to the OCI specification - opencontainers/runc: CLI tool for spawning and running containers according to the OCI specification
containerd
An industry-standard container runtime with an emphasis on simplicity, robustness, and portability
abiosoft/colima: Container runtimes on macOS (and Linux) with minimal setup
Container runtimes on macOS (and Linux) with minimal setup - abiosoft/colima: Container runtimes on macOS (and Linux) with minimal setup
四、進階搜尋:site,link,inurl,allinurl,intitle,allintitle - KMU Wiki
Google Search Operators - Google Guide
Advanced Searching in Google - Resources and Search Strategies
How to update existing images with docker-compose?
I have multiple microservices and I am using docker-compose for development deployments. When there are some changes in the microservices code base, I am triggering ci job to re-deploy them. I have...
dns configuration option does not work on docker-compose==1.6.0 · Issue #2847 · docker/compose
Step 1: $ cat docker-compose.yml version: "2" services: testnet: image: fedora:23 dns: 192.168.1.1 command: /bin/bash Step 2: $ docker-compose -f docker-compose.yml run testnet Step 3: [r...
dns: is not adding nameservers to /etc/resolv.conf, dns_search: still does · Issue #8441 · docker/compose
Description of the issue dns: is not adding nameservers to /etc/resolv.conf, dns_search: still does full running example below Reference: https://docs.docker.com/config/containers/container-network...
DNS not working in Docker Compose · Issue #115 · google/gvisor
DNS lookups fail in Docker Compose 2.3. docker-compose.yml version: '2.3' services: gvisor_test: command: node /home/test.js image: node:8-alpine runtime: runsc volumes: - /home/ubuntu/comp...
docker-compose does not update resolv.conf
I have the following simplified docker-compose file:
version: '2'
services:
test.base:
container_name: test.base
image: docker.pnet.ch/r-base:latest
restart: on-failure...
Networking with standalone containers
Tutorials for networking with standalone containers
How to override embedded DNS server for Docker in /etc/resolv.conf from a docker-compose file
I am using a docker-compose command to create and start my containers.
My Docker Version
docker --version
Docker version 17.09.0-ce, build afdb6d4
My Docker-Compose version
docker-compose --ve...
What is the purpose of the 'nobody' user?
After I read List all human users I noticed that there is a user account named 'nobody' in my Ubuntu system.
Also I noticed that I can login in this account from terminal using the following comm...
List all human users
How can I list all human users that I've created? I've tried cat /etc/passwd and it just lists a lot of stuff.
google/gvisor: Application Kernel for Containers
Application Kernel for Containers. Contribute to google/gvisor development by creating an account on GitHub.
How Docker Desktop Networking Works Under the Hood | Docker
Learn from Docker experts to simplify and advance your app development and management with Docker. Stay up to date on Docker events and new version
Two simple, quick ways to access docker host container IP from inside a container
Last updated: April 6, 2019 Last tested with version Docker version 18.09.3 on Ubuntu 16.04, Debian 9 (stretch), macOS Mojave (10.14.4). NOTE: If your problem is connecting TO containers FROM a macOS host, see this post: https://biancatamayo.me/blog/docker-troubleshooting-macos-network/ Sometimes you need to