File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ To build required images
44------------------------
55Examples
66
7- 1) ./build-docker.sh
7+ 1) ./build-docker.sh
88 DEFAULT: build single-node system based on latest iRODS release
99
10- 2) IRODS_PACKAGE_VERSION=" 4.2.12-1~bionic" NO_CACHE='1' ./build-docker.sh
10+ 2) IRODS_PACKAGE_VERSION=4.2.12 NO_CACHE='1' ./build-docker.sh [ ... optional in-directory dockerfiles in sequence ... ]
1111 Build (ignoring docker cache) single-node system based on specified package version string.
1212
1313simple examples
1414---------------
15- ./docker_container_driver.sh tests/test_1.sh
16- ./docker_container_driver.sh tests/test_2.sh
15+ ./docker_container_driver.sh tests/test_1.sh
16+ ./docker_container_driver.sh tests/test_2.sh
1717
1818Any script in a subdirectory of the repo (mounted at /prc within the container) can be
1919executed and will be able to find other scripts and source include files within the tree.
@@ -26,13 +26,14 @@ Examples of options in driver script
2626 C=$( ./docker_container_driver.sh -c -L -u testuser ../scripts/experiment.sh )
2727
2828 2. To manually examine results afterward:
29- docker exec -it $C bash
29+ docker exec -it $C bash
3030
31+ For both scripts, the environment variable DOCKER may be set to "podman" to run the alternative virtualizer.
3132
3233Demo / Demo hook / args
3334------------------------
3435
35- $ ~/python-irodsclient/irods/test/harness$ ./docker_container_driver.sh ../demo.sh
36+ $ ~/python-irodsclient/irods/test/harness$ ./docker_container_driver.sh ../demo.sh
3637ORIGINAL_SCRIPT_RELATIVE_TO_ROOT=[irods/test/demo.sh]
3738image=[ssl-and-pam]
3839.......-- HOOK RUNNING --
You can’t perform that action at this time.
0 commit comments