Files
docker-cli/components/packaging/deb
Eli Uriegas 1314e42d84 Adds operating instructions
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
Upstream-commit: a1a29c1440d5396d2a1be4e933472188554ad61f
Component: packaging
2017-06-20 14:12:18 -07:00
..
2017-06-06 08:39:39 +00:00
2017-06-06 08:39:39 +00:00
2017-06-06 08:39:39 +00:00
2017-06-06 08:39:39 +00:00
2017-06-06 19:54:54 +00:00
2017-06-06 19:54:54 +00:00
2017-06-06 19:54:54 +00:00
2017-06-20 14:12:18 -07:00

Building your own Docker deb package

.deb packages can be built from this directory with the following syntax

make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli deb

If you want to specify a specific distro:

make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli ubuntu

If you want to specify a specific distro version:

make ENGINE_DIR=/path/to/engine CLI_DIR=/path/to/cli ubuntu-xenial