Skip to content

Instantly share code, notes, and snippets.

@shimakyohsuke
Last active February 19, 2016 12:52
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 shimakyohsuke/6c0ef880c8d1f71aa079 to your computer and use it in GitHub Desktop.
Save shimakyohsuke/6c0ef880c8d1f71aa079 to your computer and use it in GitHub Desktop.

■wockerで初期設定をサクッと終わらせる http://note.next-season.net/cms/wordpress/808

##macのターミナル
vagrant ssh
 
##ここからはwockerマシンの中のssh操作
ls -s ~/data/init.sh /home/core/
chmod +x /home/core/init.sh

v1.0.0 からはこっちで動きました。

ln -s ~/data/init.sh /home/docker/
chmod +x /home/docker/init.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment