Skip to content

Instantly share code, notes, and snippets.

@bjesuiter
Last active April 11, 2024 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjesuiter/1ac11cb440fccdc8d901bf9951c27fb3 to your computer and use it in GitHub Desktop.
Save bjesuiter/1ac11cb440fccdc8d901bf9951c27fb3 to your computer and use it in GitHub Desktop.
Docker Tipps
#!/usr/bin/env bash
# docker run \
# --name ${container_name} \
# ${image} \
# ${cmd}
# docker cp ${container_name}:${path_to_copy} ${output_dir}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment