GUI container on the Docker

amisha lodha
Jun 1, 2021

STEP1:

Make a directory and create a Dockerfile in it.

STEP2:

In this dockerfile install the software you want in image.

STEP3:

Now build the image.

STEP4:

Run docker with the image you built.

STEP5:

Write the command to run software and you can see a GUI software running in Docker.

THANKS!

--

--