Giter Club home page Giter Club logo

devcontainers's Introduction

vscode-dev-containers-templates

VS Code development containers templates, taken from vscode-dev-containers and customized to run with Podman vs-code-remote-containers-podman.

Prerequisites:

  1. Installed VSCode version >= 1.63

  2. Installed devcontainer-cli

  3. devcontainer-cli is on the $PATH or add to ~/.local/bin

    cd ~/.local/bin
    ln -s ~/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/cli-bin/devcontainer devcontainer
    
  4. Installed make >= 4.2.1

    RHEL8/Fedora:

    sudo dnf install make
    

Create New Project:

  1. git clone https://github.com/mbodo/vscode-dev-containers-templates.git
  2. cd vscode-dev-containers-templates
  3. Execute
    make PROJECT=<Project Name> \
    TYPE=container-templates/<TYPE> \
    OS=container-templates/<TYPE>/<OS>
    
    Example:
    make PROJECT=myproject \
    TYPE=go \
    OS=debian
    
    Output:
    ▶ Executing initial setup of project: myproject
    
    mkdir -p /home/fedora/git/mbodo/vscode-dev-containers-templates/../myproject
    
    cp -R /home/fedora/git/mbodo/vscode-dev-containers-templates/container-templates/go/debian/.build /home/fedora/git/mbodo/vscode-dev-containers-templates/../myproject
    
    chmod 0744 -R /home/fedora/git/mbodo/vscode-dev-containers-templates/../myproject/
    

devcontainers's People

Contributors

mbodo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.