1
0
포크 0

Follow redirect

timestamps
dump_stack() 2020-06-18 15:22:35 +00:00
부모 514e2c9c91
커밋 90829e2409
로그인 계정: dump_stack
GPG 키 ID: BE44DA8C062D87DC
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -18,7 +18,7 @@ out-of-tree is for automating some routine actions for creating development envi
$ curl -fsSL https://get.docker.com | sh
$ sudo usermod -aG docker user && newgrp docker
$ curl https://nixos.org/nix/install | sh
$ curl -L https://nixos.org/nix/install | sh
$ nix-env -iA nixpkgs.out-of-tree
Note that adding a user to group *docker* has serious security implications. Check Docker documentation for more information.