1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00
Files
cli/components/engine/docs/sources/commandline/command/insert.rst
Thijs Terlouw a2a878343d Add 2 missing cli commands to docs (events + insert) and alphabetically order docker output
Upstream-commit: 6380b42edbf98dec3b04b3b74fcfbfd63dba4034
Component: engine
2013-09-03 16:35:22 +02:00

606 B

title
Insert Command
description
Insert a file in an image
keywords
insert, image, docker, documentation

insert -- Insert a file in an image

Usage: docker insert IMAGE URL PATH

Insert a file from URL in the IMAGE at PATH

Examples

Insert file from github

$ sudo docker insert 8283e18b24bc https://raw.github.com/metalivedev/django/master/postinstall /tmp/postinstall.sh