This repository was archived by the owner on Nov 15, 2024. It is now read-only.
docker
Directory actions
More options
Directory actions
More options
docker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To setup a docker image:
- mkdir ${{ SB_PREFIX }}_TOP/sandbox/docker/<image-name>
- cp ${{ SB_PREFIX }}_TOP/sandbox/docker/settings.sh.template ${{ SB_PREFIX }}_TOP/sandbox/docker/<image-name>/settings.sh
- cp ${{ SB_PREFIX }}_TOP/sandbox/docker/Dockerfile.example ${{ SB_PREFIX }}_TOP/sandbox/docker/<image-name>/Dockerfile
- Edit those two files
To build an image using the image version in settings.sh:
$ dt-docker-build -b -D ${{ SB_PREFIX }}_TOP/sandbox/docker/<image-name>