File config.sh of Package aws-cli-container
#!/usr/bin/bash # We need the home directory such that flake-pilot can map the /home # directory tree from the system into the container. This is needed to # afford a user access to their aws configuration file. mkdir -p /home/deltacontainer chmod 755 /home




