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!
Explorar el Código

Update README.md

tags/0.92
sadaszewski GitHub hace 4 años
padre
commit
37413c2f4f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 45 adiciones y 0 borrados
  1. +45
    -0
      README.md

+ 45
- 0
README.md Ver fichero

@@ -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
```

Cargando…
Cancelar
Guardar