How can I setup an official maven docker image with my own global settings.xml?
问题 I use docker for the first time in connection with GitLab CI. I am happy that GitLab does most of the work for me. I am using the official maven docker image maven:3-jdk-8 (https://hub.docker.com/_/maven/) Now I would like to set the global settings.xml on that docker image, which contains data to my nexus server for the deploy phase. I tried to follow this guide: Adding a directory and image in the docker image , but unfortunally I cannot connect to the bash of the docker image. root@build:~