Skip to content

Docker based Ubuntu development environment (go and java)

License

Notifications You must be signed in to change notification settings

AndriyKalashnykov/docker-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

main Hits License: MIT

Ubuntu Development environment (Java and Go Docker images)

Help

make-help

Pre-Requisites

  • Docker

  • Set DockerHub login and password

    #!/bin/bash
    
    DOCKER_LOGIN= 
    DOCKER_PWD=

Ubuntu base docker image with additional packages

make build-base
make run-base

Java dev environment docker image off of Ubuntu base image

make build-java
make run-java