Giter Club home page Giter Club logo

Comments (2)

rewitt1 avatar rewitt1 commented on August 23, 2024

@DylanBartlett,

Ignore my last comment which I deleted. I wasn't aware of the publicvnc option that had been added to runqemu. I tested it out and it does work.

The reason you don't see a vnc server is because it is built into qemu. When you run with the publicvnc option, you will only get a small amount of output on the terminal. All of the rest will go to the vnc server.

However, you will also need to redirect the ports from the container to the outside. For example here is how I started the container:

docker run -it --rm -p 127.0.0.1:20000:5900 crops/poky

After that you should see all the output when you connect your vnc client to port 20000, or whatever you decided to use.

from poky-container.

DylanBartlett avatar DylanBartlett commented on August 23, 2024

Ah, thanks for pointing that out to me rewitt1. I wasn't aware I had to forward the port like that. I'll try this out when I try working on my own Yocto layers.

from poky-container.

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.