andreaostuni / dockerfiles

Dockerfiles I use for development

Home Page:https://andreaostuni.dev/dockerfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dockerfiles I use for development

https://andreaostuni.dev/dockerfiles

License:Apache License 2.0


Languages

Language:Dockerfile 86.7%Language:Jinja 9.6%Language:Python 3.7%