Sign inSign up

kortanzh/aosp_nougat

By kortanzh

Updated over 5 years ago

Minimam

Image
0

306

kortanzh/aosp_nougat repository overview

Usage

Run image with bash

docker run -itd -v /path/to/workfolder:/work -e BUILDER_UID="$(id -u)" -e BUILDER_GID="$(id -g)" --name container_name kortanzh/aosp_nougat bash

Execute bash in container

docker exec -it --user "$(id -u)" container_name bash
Do not use exec to open a new bash since there are some environment variables set in entrypoint.

Attach the container

docker attach container_name
Do not use exit to quit if you are half done your jobs, use ctrl-p ctrl-q to detach from the container.

Tag summary

Content type

Image

Digest

Size

281.6 MB

Last updated

over 5 years ago

docker pull kortanzh/aosp_nougat