Skip to content

QT in Docker with Web #2948

Answered by nix155
eskimos20 asked this question in Q&A
Dec 27, 2024 · 11 comments · 12 replies
Discussion options

You must be logged in to vote

I’ll write this down so I won’t forget later: "How to build and run the project from Docker":

  1. Copy one of these directories with files:

    • linux_gui_vnc
    • linux_webgl

    To build the project, you only need the contents of one of these directories, so there’s no need to pull the repository.

  2. Navigate to the copied directory:

    cd directory_name
  3. Grant execution permissions to the build script:

    chmod +x build.sh
  4. Run the script:

    ./build.sh

    After the build, you will have an image (you can check the list using docker image ls).

  5. To run the project, execute the following command from the directory containing the docker-compose.yml file:

    docker compose up -d

In case of any errors during the bui…

Replies: 11 comments 12 replies

Comment options

You must be logged in to vote
4 replies
@nix155
Comment options

@eskimos20
Comment options

@cagnulein
Comment options

@eskimos20
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@eskimos20
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@eskimos20
Comment options

@nix155
Comment options

@eskimos20
Comment options

@cagnulein
Comment options

@nix155
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by eskimos20
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@eskimos20
Comment options

@nix155
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants