Skip to content

Instantly share code, notes, and snippets.

@FirefoxMetzger
Created November 1, 2017 08:22
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 FirefoxMetzger/7464d461dbbfbfc3f5a6402294c0cc4d to your computer and use it in GitHub Desktop.
Save FirefoxMetzger/7464d461dbbfbfc3f5a6402294c0cc4d to your computer and use it in GitHub Desktop.
Setup of files to be exported to the server for post: https://wordpress.com/post/sebastianwallkoetter.wordpress.com/36
#!/bin/bash
mkdir -p ~/my_docker_registry_deploy_folder/certs
cd ~/my_docker_registry_deploy_folder/
docker pull registry:2
docker save -o registry.tar registry:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment