- mkdir some_directory
- cd some_directory
- Copy the attached text into a file named "Dockerfile" in this directory.
- sudo docker build .
This may take some time, but will create a docker container with checkout-out and built sources. You can use the docker commit command to turn the container back into an image.
Attachments:
- Dockerfile 703 bytes added by gthain on 2018-Nov-26 16:27:17 UTC.
Docker build file to build a centos 7 HTCondor from source