Show what is in the container
default:
image: busybox:latest
script:
- uname -a
- hostname
- printenv | sort
default:
image: busybox:latest
script:
- uname -a
- hostname
- printenv | sort