Skip to content

Linux Host (Intel)

Jack Kawell edited this page Jan 30, 2020 · 4 revisions

Setup

If you haven't already, go back and follow the prerequisite steps for any Linux host then come back here.

Running the container

On Intel, any other setup is handled completely by the provided launch script and docker-compose files. All you need to do is make sure to use the Intel host when calling the script:

bash ./tools/launch.sh {user} {repository} {tag} {host}

Make sure to use the user, repository, tag, and host that you would like. For example, using the image built with the Dockerfile in this repository on a Linux computer running Intel graphics would look like this:

bash ./tools/launch.sh jgkawell x11 base intel
Clone this wiki locally