Skip to content

Instantly share code, notes, and snippets.

@yureative
Last active August 29, 2015 14:07
Show Gist options
  • Save yureative/8ccd27bc151f4aa879cb to your computer and use it in GitHub Desktop.
Save yureative/8ccd27bc151f4aa879cb to your computer and use it in GitHub Desktop.
/var/lib/cloud/scripts/per-boot/start_docker_containers.sh
#!/bin/bash
# for fig's bug (https://github.com/docker/fig/issues/553#ref-pullrequest-46182758)
export HOME=/root
cd /root && /usr/local/bin/fig start 2>&1 | logger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment