Docker (Japanese Wikipedia)

Analysis of information sources in references of the Wikipedia article "Docker" in Japanese language version.

Last modified:

Ref.Un. Ref.Website
Global rank Japanese rank
low place
low place
low place
low place
670th place
49th place
low place
7,758th place
low place
low place
low place
low place
380th place
404th place
low place
1,627th place
low place
6,018th place
low place
6,009th place
1st place
1st place
1,879th place
122nd place
3,845th place
3,191st place
3,258th place
2,600th place
6,005th place
3,833rd place
low place
5,459th place
159th place
742nd place

amazon.com (Global: 159th place; Japanese: 742nd place)

aws.amazon.com

cloud.google.com (Global: low place; Japanese: 6,009th place)

  • Deploying a containerized web application

debian.org (Global: 3,258th place; Japanese: 2,600th place)

wiki.debian.org

  • Linux kernel 4.19 series

docker.com (Global: low place; Japanese: low place)

docs.docker.com

  • Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. Docker Documentations - Docker overview
  • Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. Docker Documentations - Docker overview
  • By taking advantage of Docker’s methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production. Docker Documentations - Docker overview
  • overlay2 is the preferred storage driver, for all currently supported Linux distributions, and requires no extra configuration.
  • Volumes are stored in a part of the host filesystem which is managed by Docker
  • Volumes are the best way to persist data in Docker.
  • Bind mounts may be stored anywhere on the host system.
  • Non-Docker processes on the Docker host or a Docker container can modify them at any time. 
  • tmpfs mounts are stored in the host system’s memory only, and are never written to the host system’s filesystem.
  • containers can not only communicate by IP address, but can also resolve a container name to an IP address. This capability is called automatic service discovery.
  • Create a network alias for a container
  • Compose is a tool for defining and running multi-container Docker applications. docker docs - Overview of Docker Compose
  • Define the services that make up your app in docker-compose.yml so they can be run together in an isolated environment. docker docs - Overview of Docker Compose
  • Docker Swarm, a Docker-native clustering system, exposes the same API as a single Docker host, which means you can use Compose against a Swarm instance and run your apps across multiple hosts.
  • By default, docker logs shows the command’s STDOUT and STDERR. docker docs
  • Each Docker daemon has a default logging driver, which each container uses unless you configure it to use a different logging driver. In addition to using the logging drivers included with Docker, you can also implement and use logging driver plugins. docker docs
  • The fluentd logging driver sends container logs to the Fluentd collector as structured log data. docker docs
  • By default, the logging driver connects to localhost:24224. Supply the fluentd-address option to connect to a different address. tcp(default) and unix sockets are supported. docker docs
  • To use this logging driver, start the fluentd daemon on a host. We recommend that you use the Fluentd docker image. docker docs
  • By default, docker pull pulls images from Docker Hub. It is also possible to manually specify the path of a registry to pull from. docker docs
  • Docker Engine is a client-server application with these major components:
  • A server which is a type of long-running program called a daemon process (the dockerd command).
  • A REST API which specifies interfaces that programs can use to talk to the daemon and instruct it what to do.
  • A command line interface (CLI) client (the docker command).
  • The CLI uses the Docker REST API to control or interact with the Docker daemon through scripting or direct CLI commands.
  • A Docker registry stores Docker images.
  • By default, the Docker daemon automatically starts containerd.
  • Docker Hub is a public registry that anyone can use, and Docker is configured to look for images on Docker Hub by default.
  • Docker is an open platform for developing, shipping, and running applications.
  • Docker Trusted Registry (DTR) is the enterprise-grade image storage solution from Docker.

docker.com

  • Docker”. 2018年1月3日閲覧。
  • Docker Containers Are Everywhere: Linux, Windows, Data center, Cloud, Serverless, etc.

e-words.jp (Global: low place; Japanese: 1,627th place)

github.com (Global: 380th place; Japanese: 404th place)

  • v29.7.2 (2026年8月6日). 2026年8月6日閲覧。

itmedia.co.jp (Global: 670th place; Japanese: 49th place)

atmarkit.itmedia.co.jp

nikkeibp.co.jp (Global: 1,879th place; Japanese: 122nd place)

corporate.nikkeibp.co.jp

ogis-ri.co.jp (Global: low place; Japanese: low place)

publickey1.jp (Global: low place; Japanese: 7,758th place)

qiita.com (Global: low place; Japanese: 6,018th place)

redhat.com (Global: 6,005th place; Japanese: 3,833rd place)

sakura.ad.jp (Global: low place; Japanese: 5,459th place)

knowledge.sakura.ad.jp

thinkit.co.jp (Global: low place; Japanese: low place)

ubuntu.com (Global: 3,845th place; Japanese: 3,191st place)

wiki.ubuntu.com

  • Ubuntu 18.04.4 ships with a v5.3 based Linux kernel

visualstudio.com (Global: low place; Japanese: low place)

code.visualstudio.com

  • Docker container as a full-featured development environment.
  • This container can be used to run an application or to sandbox tools, libraries, or runtimes needed for working with a codebase.
  • Container Deployed Applications: You deploy your application into one or more containers and would like to work locally in the containerized environment.

web.archive.org (Global: 1st place; Japanese: 1st place)