Sign inSign up

junjiemars/ubuntu-dev

By junjiemars

•Updated over 8 years ago

c/c++/python/lua development env on ubuntu, with basic building/networking tools, emacs/vim editors

Image
1

10K+

junjiemars/ubuntu-dev repository overview

⁠Basic Ubuntu Development Environment

Include basic building/networking tools, emacs/vim editors for c/c++/python/lua development.

You can use root or default sudoer: u/Hell0 to login and play.

⁠Build from Dockerfile
docker build -t ubuntu-dev https://raw.githubusercontent.com/junjiemars/kit/master/docker/dev/ubuntu.dockerfile

or you can download ubuntu.dockefile⁠ then build from it.

⁠Play with ubuntu-dev
  • one time
docker run -w /home/u -h ubuntu -u u -it --rm junjiemars/ubuntu-dev /bin/bash
  • as daemon
docker run --name ubuntu-dev -w /home/u -h ubuntu -d junjiemars/ubuntu-dev
docker exec -it -u u ubuntu-dev /bin/bash

Tag summary

Content type

Image

Digest

Size

424.2 MB

Last updated

over 8 years ago

docker pull junjiemars/ubuntu-dev