IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
소스 검색

Update README.md

tags/0.92
sadaszewski GitHub 4 년 전
부모
커밋
37413c2f4f
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일45개의 추가작업 그리고 0개의 파일을 삭제
  1. +45
    -0
      README.md

+ 45
- 0
README.md 파일 보기

@@ -54,3 +54,48 @@ bsdinstall jail /focker/images/${NAME}
zfs set readonly=on zroot/focker/images/${NAME}
zfs snapshot zroot/focker/images/${NAME}@1
```
## Usage
At this point, Focker is ready to use.
### `focker` command syntax
```
focker
|- image
| |- build
| | |- focker_dir
| | `- --tags|-t TAG [...]
| |- tag
| | |- reference
| | `- TAG [...]
| |- untag
| | `- TAG [...]
| |- list
| | `- --full-sha256|-f
| |- prune
| `- remove
| | |- reference
| | `- --remove-dependents|-R
|- jail
| |- create
| |- start
| |- stop
| |- remove
| |- exec
| |- oneshot
| |- list
| |- tag
| |- untag
| `- prune
|- volume
| |- create
| |- prune
| |- list
| |- tag
| `- untag
`- compose
|- build
`- run
```

불러오는 중...
취소
저장