Magic-wei / docker_base_images

Docker base images: Ubuntu, ROS, Miniconda, DearPyGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Base Images

This directory contains dockerfiles to build base images that I frequently use, including

  • ubuntu (w/ gui) for general purposes
  • ros (w/ gui) for ROS applications
  • miniconda (w/ gui) for Python applications
  • dearpygui for DearPyGui applications

Run Applications that Require OpenGL Rendering

Get started with the following base images If you want to run a GUI application that requires OpenGL rendering:

  • magic4wei/ubuntu:gui-base-* as Ubuntu base image
  • magic4wei/ros:*-gui as ROS base image
  • magic4wei/miniconda:*-gui as Miniconda base image

See README file in each directory for more details.

Pull from Docker Hub

You can pull these Docker images from Docker Hub:

About

Docker base images: Ubuntu, ROS, Miniconda, DearPyGui

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 66.3%Language:Dockerfile 33.7%