タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

devopsに関するhakobe932のブックマーク (2)

  • Docker = LXC + aufs + GitHub Culture - teppeis blog

    先日、社内勉強会のLTでDockerについて発表というか紹介しました。 DockerがYAVAY! from teppeis Dockerは各方面で噂は聞いていたんだけど、先月のTesting Casual Talks #1 : ATNDで、mizzyさんのDocker上でserverspecを走らせるデモを見てガツンとやられました。 仮想化というとVirtualBoxとかKVMみたいな仮想マシンしか想像してなかった自分には、起動時間ゼロで仮想環境が何度も実行される様子は衝撃的。調べてみると、LXCとaufsという要素技術をうまく組み合わせたものをGit&GitHub的なイマドキ開発文化でラッピングした感じで、うまいなーと感心しきりです。 発表もそのあたりのお話とデモが中心だったので、資料にはコマンドとかはないです。 実際に手を動かしたい方は先人の素晴らしい記事を読まれると良いかと思います

    Docker = LXC + aufs + GitHub Culture - teppeis blog
  • The setlock program

    D. J. Bernstein UNIX daemontools The setlock program setlock runs another program with a file locked. Interface setlock opts fn child opts is a series of getopt-style options. fn is a single argument. child consists of one or more arguments. setlock opens fn for writing (creating it if it does not exist), obtains an exclusive lock on it, and runs child. Normally the lock disappears when child exit

  • 1