JSON parser
codehaus Jackson 1
fasterxml Jackson 2
fasterxml Jackson 2
docker inspect solr:6.6.0-alpineIf the value of the field "user" is something else than empty or root, you won't have root access to the container to install things. Either you can execute something in the existing container as "root" user:
docker exec --user root -it 008d1946ddf8 bashOr you can generate a new container from the docker image with the root user .
docker run -it --user root solr:6.6.0-alpineIf you commit this new container, the newly generated image will have the "root" user in its dockerfile.
user:mine or user:me (or any user id) returns only your posts (or only the posts from whichever user whose id you entered)infavorites:mine (or any user id) returns only questions that you (or the user whose id you entered) have favorited.intags:mine returns only posts that appear in tags you
have marked as favorite. (If you don't have any tags, this operator does
nothing. For better results, update your preferences.)ssh-keygen -t rsa -C "an.lfl@sony.com"
cat ~/.ssh/id_rsa.pub
add the output of the cat as a new machine key in gitlab in: gitlab.leguide.com/profile/keys
then you will need to do this on the client machine:
l@al:~/l/catalogs$ git config --global user.email "toto@toto.com"
l@al:~/l/catalogs$ git config --global user.name "Bob Doe"
l@al:~/l/catalogs$ git config -l (to check what's in)