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
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 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
```

Завантаження…
Відмінити
Зберегти