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!
sadaszewski GitHub 4 лет назад
Родитель
Сommit
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
```

Загрузка…
Отмена
Сохранить