Sign inSign up

vpommier/ide_aws

By vpommier

Updated about 11 years ago

An ide for Amazon Web Services.

Image
0

1.1K

vpommier/ide_aws repository overview

Description

An ide for Amazon Web Services based on vpommier/ide_base container.

Features

  • git
  • zsh
  • xterm
  • tmux
  • tmuxinator
  • vim
  • awscli

Build

To build the docker container from sources:

make build

Run

Run it with xterm:

On linux:

docker run -it \
	--name ide-aws \
	-v /tmp/.X11-unix:/tmp/.X11-unix \
	-e DISPLAY=unix$DISPLAY \
	vpommier/ide_aws:latest xterm	

On Windows and OSX:

docker run -d \
	--name ide-aws \
	-e DISPLAY=<display addr of your X11 server> \
	vpommier/ide_aws:latest	xterm
Or run it directly in your terminal
docker run -it \
	--name ide-aws \
	vpommier/ide_aws:latest zsh	

Tag summary

Content type

Image

Digest

sha256:a05809362

Size

140.8 MB

Last updated

about 11 years ago

docker pull vpommier/ide_aws