mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
606 B
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