@@ -75,10 +75,9 @@ The command understands the following command line arguments:
7575 [--install-basic-packages] [--threads N] [--use USE [USE ...]]
7676 [--global-use GLOBAL_USE [GLOBAL_USE ...]] [--unmask ATOM] [--unstable]
7777 [--gcc-version VER] [--python-single-target PYTHON_SINGLE_TARGET]
78- [--python-targets PYTHON_TARGETS] [--rm] [--pull]
78+ [--python-targets PYTHON_TARGETS] [--rm]
7979 [--storage-opt STORAGE_OPT [STORAGE_OPT ...]] [--with-X] [--with-vnc]
80- [--profile {default/linux/amd64/17.1,default/linux/amd64/17.1/systemd}]
81- [--docker-image DOCKER_IMAGE]
80+ [--profile PROFILE] [--docker-image DOCKER_IMAGE] [--pull]
8281
8382 A dockerized approach to test a Gentoo package within a clean stage3.
8483
@@ -109,12 +108,11 @@ The command understands the following command line arguments:
109108 --python-targets PYTHON_TARGETS
110109 Specify a PYTHON_TARGETS
111110 --rm Remove container after session is done
112- --pull Download latest ' gentoo/stage3-amd64' docker image
113111 --storage-opt STORAGE_OPT [STORAGE_OPT ...]
114112 Storage driver options for all volumes (same as Docker param)
115113 --with-X Globally enable the X USE flag
116114 --with-vnc Install VNC server to test graphical applications
117- --profile {default/linux/amd64/17.1,default/linux/amd64/17.1/systemd}
118- The profile to use (default = default/linux/amd64/17.1)
115+ --profile PROFILE The profile to use (default = default/linux/amd64/17.1)
119116 --docker-image DOCKER_IMAGE
120- Specify the docker image to use (default = gentoo/stage3-amd64)
117+ Specify the docker image to use (default = gentoo/stage3)
118+ --pull Download latest docker image
0 commit comments