This allows the user to make any necessary configuration changes to Docker before setting up any containers, allowing those configuration changes to take effect from the outset.
4 lines
95 B
Bash
Executable File
4 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
echo "Docker set up!"
|
|
mkdir -p /tmp/${TEST_ID} && touch /tmp/${TEST_ID}/docker-setup
|