Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 949 Bytes

File metadata and controls

38 lines (22 loc) · 949 Bytes

Software Collection devtoolset-4 Dockerfile

How to build this Dockerfile

Building this Dockerfile requires a Red Hat Enterprise Linux 7 host system with Software Collections entitlements available.

To build the Dockerfile, run:

# cd devtoolset-4
# docker build -t=devtoolset-4 .

General container help

Run docker run THIS_IMAGE container-usage to get this help.

Run docker run -ti THIS_IMAGE bash to obtain interactive shell.

Run docker exec -ti CONTAINERID container-entrypoint to access already running container.

In order to get the container ID after running the image, pass --cidfile= option to the docker run command. That will instruct Docker to write a file with the container ID.

You may try -e CONT_DEBUG=VAL with VAL up to 3 to get more verbose debugging info.

Report bugs to http://bugzilla.redhat.com.