8000 GitHub - zaunerc/go-dockerdev
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zaunerc/go-dockerdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-dockerdev

  • Git username will be set to "Christoph Zauner" in Dockerfile. Change if required. E.g. git config --global user.name "Christoph Zauner".
  • Git email will be set to "christoph.zauner@NLLK.net" in Dockerfile. Change if required. E.g. git config --global user.email "christoph.zauner@NLLK.net".
  • Linux user will be named gopher. Password will be randomly generated through Dockerfile when building the container and each time a container is run via the run.sh script. The run.sh script will print the password to stdout.

The following Go projects are checked out (see Dockerfile):

  • github.com/zaunerc/cntrbrowserd
    • Using go get.
  • github.com/zaunerc/cntrinfod
    • Using go get.

Usage

  1. Run $ sudo ./build.sh to build the container.
  2. Run $ sudo ./run.sh to run the container.
  3. Follow the instructions printed out to the console about how to connect to the container.
  4. Use the tools and editors inside the container to develop your golang program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0