insert.rst 606 B

1234567891011121314151617181920212223
  1. :title: Insert Command
  2. :description: Insert a file in an image
  3. :keywords: insert, image, docker, documentation
  4. ==========================================================================
  5. ``insert`` -- Insert a file in an image
  6. ==========================================================================
  7. ::
  8. Usage: docker insert IMAGE URL PATH
  9. Insert a file from URL in the IMAGE at PATH
  10. Examples
  11. --------
  12. Insert file from github
  13. .......................
  14. .. code-block:: bash
  15. $ sudo docker insert 8283e18b24bc https://raw.github.com/metalivedev/django/master/postinstall /tmp/postinstall.sh