Code Monkey home page Code Monkey logo

gdec's Introduction

GDEC

GDEC [gee-dec] aka Golang Development Environment Container

GDEC is a collection of images that sets up a Go Development Environment with a standard set of tools and features. The only difference between each image is the IDE / editor used. They are separated out into different images to prevent a single image from growing too large.

Table of Contents

Requirements

Installing Requirements

Containers

GUI-Based Editors Containers

Text-Based Editors Containers

  • TODO

Architecture

  • jcscottiii/base-gdec Docker Hub Badge is the base image that contains all the tools and Go.
    • TODO: Once there are text-based editors, they will inherit from base-gdec.
    • jcscottiii/base-gui-gdec Docker Hub Badge inherits from base-gdec and then includes all the libraries to render GUI applications

TODO

  • Install other Go IDEs / editors
  • Install other Go Tools
  • Get instructions for other operating systems
  • Talk about exposing ports to demo debugging web services in the container.

Kudos

This would not have been possible without those existing sources on the Internet as this is my first Dockerfile from scratch.

  • Haven Nightly Art for tips on running GUI apps on Mac OS X
  • This very long issue in docker for Mac OS X GUI help
  • @jfrazelle's Visual Studio Code Dockerfile for tips on setting VSCode up.
  • Project Atomic's post on helping set up non-root user.

gdec's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gdec's Issues

Add Windows documentation

This has been a really fun setup to use and I want to help out. I will work on additional documentation for the Windows side of things

URL for application download

Get a better link for the VSCode.zip package

I wanted to discus this part in your TODO section. How did you come across this URL in the Dockerfile to download Visual Studio Code to begin with:

https://az764295.vo.msecnd.net/public/0.10.1-release/VSCode-linux64.zip

I went looking around at how to download it from the Microsoft site. After looking at the soure code for the download page, I found this piece of JavaScript:

            var dv = getParameterByName('dv');
            if (dv) {
                $('#confirmation').show();
                reportAction('Download', dv, { 'version': 'preview' });

                var links = {
                    'osx': 'http://go.microsoft.com/fwlink/?LinkID=620882',
                    'win': 'http://go.microsoft.com/fwlink/?LinkID=623230',
                    'linux64': 'http://go.microsoft.com/fwlink/?LinkID=620884',
                    'linux32': 'http://go.microsoft.com/fwlink/?LinkID=620885',
                    'winzip': 'http://go.microsoft.com/fwlink/?LinkID=623231'
                }
                window.location.href = links[dv];
            }
        });

The most interesting piece of this snippet is the var links. If you use browse to one of the links above it will trigger a download for the appropriate platform. Maybe it can be used to replace the one you have?

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.