Skip to content

Commit a455662

Browse files
committed
README.txt
1 parent 24c710e commit a455662

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

irods/test/harness/README.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ To build required images
44
------------------------
55
Examples
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

1313
simple 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

1818
Any script in a subdirectory of the repo (mounted at /prc within the container) can be
1919
executed 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

3233
Demo / 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
3637
ORIGINAL_SCRIPT_RELATIVE_TO_ROOT=[irods/test/demo.sh]
3738
image=[ssl-and-pam]
3839
.......-- HOOK RUNNING --

0 commit comments

Comments
 (0)