https://github.com/uralbash/docker-ubuntu
Docker Ubuntu with a human face for Vagrant
https://github.com/uralbash/docker-ubuntu
Last synced: 22 days ago
JSON representation
Docker Ubuntu with a human face for Vagrant
- Host: GitHub
- URL: https://github.com/uralbash/docker-ubuntu
- Owner: uralbash
- Created: 2015-02-09T10:05:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T05:31:11.000Z (about 10 years ago)
- Last Synced: 2026-01-15T03:26:08.629Z (3 months ago)
- Language: Makefile
- Homepage: https://registry.hub.docker.com/u/uralbash/docker-ubuntu/
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-ubuntu
Docker Ubuntu with a human face for Vagrant docker provider and make your dev environment. Contains a lot of different useful things, reminding your environment for development.
Here are a few charms:
* bash-completion
* wget curl telnet tmux git vim man tree
* python-pip python-dev python3.4-dev
* Pillow ipython ipdb virtualenvwrapper
* libpq-dev
* User ``vagrant`` with password ``123``
* openssh-serever for you Vagrant project (work with ``vagrant ssh`` command``)
* Github + BitBucket in known_hosts
* autocomplete command from history by PgUP & PgDOWN
* powerline
* for ``uralbash/docker-ubuntu-ru`` RU locale
* etc...
This is really a good choice for development projects and your custom Dockerfile.
# Base Docker Image
[ubuntu:15.04](https://registry.hub.docker.com/u/library/ubuntu/)
# Installation
* From Docker Hub ``docker pull uralbash/docker-ubuntu`` or ``docker pull uralbash/docker-ubuntu-ru`` for Ru locale.
* From GitHub ``docker build -t="uralbash/docker-ubuntu" github.com/uralbash/docker-ubuntu``
# Usage
### Run container
``docker run -d --name foobar uralbash/docker-ubuntu``
### Connect
``docker exec -i -t foobar bash``
### And go to vagrant user
```bash
root@fbcf87832836:/# su - vagrant
```
and see:
