1
0
포크 0

Add commands for install Docker

timestamps
dump_stack() 2019-12-27 08:18:45 +00:00
부모 bd27e890d1
커밋 434aeb768b
로그인 계정: dump_stack
GPG 키 ID: BE44DA8C062D87DC
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -15,15 +15,16 @@ out-of-tree is for automating some routine actions for creating development envi
## Installation
Note that before installation, you should install and configure docker by yourself.
### GNU/Linux (with [Nix](https://nixos.org/nix/))
$ curl -fsSL https://get.docker.com | sh
$ curl https://nixos.org/nix/install | sh
$ nix-env -iA nixpkgs.out-of-tree
### macOS
$ brew cask install docker
$ open --background -a Docker && sleep 1m
$ brew tap jollheef/repo
$ brew install out-of-tree