Giter VIP home page Giter VIP logo

Comments (3)

saurbhc avatar saurbhc commented on August 24, 2024

FYI the command was:

$ docker run \
>   --name jenkins-blueocean \
>   --restart=on-failure \
>   --detach \
>   --network jenkins \
>   --env DOCKER_HOST=tcp://docker:2376 \
>   --env DOCKER_CERT_PATH=/certs/client \
>   --env DOCKER_TLS_VERIFY=1 \
>   --publish 8080:8080 \
>   --publish 50000:50000 \
>   --volume jenkins-data:/var/jenkins_home \
>   --volume jenkins-docker-certs:/certs/client:ro \
>   myjenkins-blueocean:2.401.1-1
Unable to find image 'myjenkins-blueocean:2.401.1-1' locally
docker: Error response from daemon: pull access denied for myjenkins-blueocean, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

from jenkins.io.

zbynek avatar zbynek commented on August 24, 2024

did the previous command docker build -t myjenkins-blueocean:2.401.1-1 . succeed? That one's responsible for creating the myjenkins-blueocean:2.401.1-1 image that you should be then able to run locally...

from jenkins.io.

saurbhc avatar saurbhc commented on August 24, 2024

Thank you for the reply. I was indeed missing the docker build step.

from jenkins.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.