docker help Japanese translation
      
      
        
        
        
        
 docker help Japanese translation of the document displayed at runtime.
how to use:
docker [OPTIONS] COMMAND
Self-contained container runtime
option:
- --config string
Client configuration file location (default is 
 ~ / .docker) 
- -c, --context string
The name of the context used to connect to the daemon (overrides the default context set by 
DOCKER_HOST `ʻenv  varand docker context use``) 
- -D, -debug
Enable debug mode
 
- -H, --host list
Daemon socket to connect
 
- -l, -log-level string
Set the log level (default is `ʻinfo``)
- "debug"
 
- "info"
 
- "warn"
 
- "error"
 
- "fatal"
 
 
- --tls
Use the TLS specified by 
 --tlsverify. 
- --tlscacert string
Trust certificate signed only by this CA (default is 
 ~ / .docker / ca.pem) 
- --tlscert string
Path to TLS certificate file (default is 
 ~ / .docker / cert.pem) 
- --tlskey string
Path to TLS key file (default is 
 ~ / .docker / key.pem) 
- --tlsverify
Check remote using TLS
 
- -v, --version
Output version information and exit
 
Management command:
- app*
Docker application (Docker Inc., v0.8.0)
 
- builder
Manage builds
 
- buildx*
Build using BuildKit (Docker Inc., v0.3.1-tp-docker)
 
- checkpoint
Manage checkpoints
 
- config
Manage Docker configuration
 
- container
Manage containers
 
- context
Manage context
 
- image
Manage images
 
- manifest
Manage Docker image manifests and manifest lists
 
- network
Manage the network
 
- node
Manage Swarm nodes
 
- plugin
Manage plugins
 
- scan*
Docker Scan(Docker Inc., v0.3.3)
 
- secret
Manage Docker secrets
 
- service
Manage services
 
- stack
Manage the Docker stack
 
- swarm
Manage swarms
 
- system
Manage Docker
 
- trust
Manage trusted Docker images
 
- volume
Manage volumes
 
command:
- attach
Attach local standard inputs, outputs, and error streams to running containers
 
- build
Build an image from a Dockerfile
 
- commit
Create a new image from the modified container
 
- cp
Copy files / folders between the container and the local file system
 
- create
Create a new container
 
- deploy
Deploy a new stack or update an existing stack
 
- diff
Detect changes to files or directories on the container's file system
 
- events
Get real-time events from the server
 
- exec
Execute a command in a running container
 
- export
Export the container's file system as a tar archive
 
- history
View image history
 
- images
List images
 
- import
Import content from a tarball to create a file system image
 
- info
Display system-wide information
 
- inspect
Returns low-level information about Docker objects
 
- kill
Kill one or more running containers
 
- load
Import images from tar archive or STDIN
 
- login
Log in to the Docker registry
 
- logout
Log out of the Docker registry
 
- logs
Get container logs
 
- pause
Suspend all processes in one or more containers
 
- port
List container port mappings or specify port mappings.
 
- ps
List of containers
 
- pull
Get an image or repository from the registry
 
- push
Register the image or repository in the registry
 
- rename
Rename the container
 
- restart
Reboot one or more containers
 
- rm
Delete one or more containers
 
- rmi
Delete one or more images
 
- run
Run the command in the new container
 
- save
Save one or more images to a tar archive (streamed to STDOUT by default)
 
- search
Search for images on Docker Hub
 
- start
Start one or more stopped containers
 
- stats
View a live stream of container resource usage statistics
 
- stop
Stop one or more running containers
 
- tag
Create a tag TARGET_IMAGE that references SOURCE_IMAGE
 
- top
View running processes in a container
 
- unpause
Unpause all processes in one or more containers
 
- update
Update the configuration of one or more containers
 
- version
Display Docker version information
 
- wait
Blocks until one or more containers stop and prints their exit code
 
Run  docker COMMAND --help for command details.