tutor images
Manage docker images
tutor images [OPTIONS] COMMAND [ARGS]...
build
Build the docker images necessary for an Open edX platform.
tutor images build [OPTIONS] image
Options
- --no-cache
Do not use cache when building the image
- -a, --build-arg <build_args>
Set build-time docker ARGS in the form ‘myarg=value’. This option may be specified multiple times.
- --add-host <add_hosts>
Set a custom host-to-IP mapping (host:ip).
- --target <target>
Set the target build stage to build.
- -d, --docker-arg <docker_args>
Set extra options for docker build command.
Arguments
- image
Optional argument(s)
printtag
Print tag associated to a Docker image
tutor images printtag [OPTIONS] image
Arguments
- image
Optional argument(s)
pull
Pull images from the Docker registry
tutor images pull [OPTIONS] image
Arguments
- image
Optional argument(s)
push
Push images to the Docker registry
tutor images push [OPTIONS] image
Arguments
- image
Optional argument(s)