Adds operating instructions
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com> Upstream-commit: a1a29c1440d5396d2a1be4e933472188554ad61f Component: packaging
This commit is contained in:
20
components/packaging/deb/README.md
Normal file
20
components/packaging/deb/README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Building your own Docker deb package
|
||||
|
||||
`.deb` packages can be built from this directory with the following syntax
|
||||
|
||||
```shell
|
||||
make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli deb
|
||||
```
|
||||
|
||||
If you want to specify a specific distro:
|
||||
|
||||
```shell
|
||||
make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli ubuntu
|
||||
```
|
||||
|
||||
If you want to specify a specific distro version:
|
||||
|
||||
```shell
|
||||
make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli ubuntu-xenial
|
||||
```
|
||||
|
||||
20
components/packaging/rpm/README.md
Normal file
20
components/packaging/rpm/README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Building your own Docker rpm package
|
||||
|
||||
`.rpm` packages can be built from this directory with the following syntax
|
||||
|
||||
```shell
|
||||
make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli rpm
|
||||
```
|
||||
|
||||
If you want to specify a specific distro:
|
||||
|
||||
```shell
|
||||
make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli fedora
|
||||
```
|
||||
|
||||
If you want to specify a specific distro version:
|
||||
|
||||
```shell
|
||||
make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli fedora-25
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user