All Projects → athackst → dockerfiles

athackst / dockerfiles

Licence: Apache-2.0 license
Dockerfiles I use for development

Programming Languages

Dockerfile
14818 projects
python
139335 projects - #7 most used programming language
Jinja
831 projects

Projects that are alternatives of or similar to dockerfiles

aws-robomaker-robotics-curriculum
Introductory robotics curriculum
Stars: ✭ 78 (+21.88%)
Mutual labels:  gazebo, ros2
rmua19 ignition simulator
Gazebo Simulator for RoboMaster University AI Challenge 2019
Stars: ✭ 15 (-76.56%)
Mutual labels:  gazebo, ros2
drl grasping
Deep Reinforcement Learning for Robotic Grasping from Octrees
Stars: ✭ 160 (+150%)
Mutual labels:  gazebo, ros2
linorobot2
Autonomous mobile robots (2WD, 4WD, Mecanum Drive)
Stars: ✭ 97 (+51.56%)
Mutual labels:  gazebo, ros2
DDS-Router
The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks.
Stars: ✭ 34 (-46.87%)
Mutual labels:  ros2
Dockerfile Language Server Nodejs
A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.
Stars: ✭ 170 (+165.63%)
Mutual labels:  dockerfiles
Dockerfiles
Phalcon Dockerfiles used for internal purposes.
Stars: ✭ 145 (+126.56%)
Mutual labels:  dockerfiles
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (+45.31%)
Mutual labels:  dockerfiles
kanjigrid
A web-app displaying the 2200 kanji characters taught in James Heisig's "Remembering the Kanji", 6th edition.
Stars: ✭ 37 (-42.19%)
Mutual labels:  gh-pages
instadown
🖼A python package to download all the public posts of an Instagram account.(deprecated)
Stars: ✭ 22 (-65.62%)
Mutual labels:  dockerfiles
li slam ros2
ROS2 package of tightly-coupled lidar inertial ndt/gicp slam
Stars: ✭ 160 (+150%)
Mutual labels:  ros2
Docker Php Fpm
Devilbox's PHP-FPM Docker Images
Stars: ✭ 188 (+193.75%)
Mutual labels:  dockerfiles
docker-library
Collection of Dockerfiles
Stars: ✭ 20 (-68.75%)
Mutual labels:  dockerfiles
Dockerfile
some personally made dockerfile
Stars: ✭ 2,021 (+3057.81%)
Mutual labels:  dockerfiles
diffbot
DiffBot is an autonomous 2wd differential drive robot using ROS Noetic on a Raspberry Pi 4 B. With its SLAMTEC Lidar and the ROS Control hardware interface it's capable of navigating in an environment using the ROS Navigation stack and making use of SLAM algorithms to create maps of unknown environments.
Stars: ✭ 172 (+168.75%)
Mutual labels:  gazebo
Dockerfiles
Almost all of these live on dockerhub under jess. Because you cannot use notary with autobuilds on dockerhub I also build these continuously on a private registry at r.j3ss.co for public download. (You're welcome.)
Stars: ✭ 12,213 (+18982.81%)
Mutual labels:  dockerfiles
Jetson Containers
Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
Stars: ✭ 223 (+248.44%)
Mutual labels:  dockerfiles
open manipulator simulations
ROS Simulation for OpenManipulator
Stars: ✭ 15 (-76.56%)
Mutual labels:  gazebo
Docker Minecraft Server
Docker image that provides a Minecraft Server that will automatically download selected version at startup
Stars: ✭ 3,642 (+5590.63%)
Mutual labels:  dockerfiles
Earthly
Repeatable builds
Stars: ✭ 5,805 (+8970.31%)
Mutual labels:  dockerfiles

dockerfiles

Documentation Dockerfiles

These are multi-stage docker images I use for developing with VSCode.

See how I develop with vscode and docker.

Instructions on how to duplicate my IDE:

Images will continue to be supported so long as they haven't reached EOL

Quick start

Grab the docker image from docker hub. This repo provides the images in:

Then, set up a vscode workspace.

Build from source

Alternatively, you can build all the docker images directly from source.

./build.py all

Or just build one

./build.py foxy

To see help information and build options

./build.py --help
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].