Skip to content

andersonmarcelino/devenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[WIP]

Just it

Tested on Windows and linux

to run the container

  docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock \
    -v ~/workspace:/root/workspace -v /tmp/.X11-unix:/tmp/.X11-unix \
    -v /etc/localtime:/etc/localtime:ro \
    -e DISPLAY=$DISPLAY -e WORKDIR=~/workspace andersonmarcelino/devenv

to run with ssh

  docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock \
    -v ~/workspace:/root/workspace -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e DISPLAY=$DISPLAY -e WORKDIR=~/workspace -p 22:22 \
    -v /etc/localtime:/etc/localtime:ro \
    andersonmarcelino/devenv -s tmux

On linux you need to puta a

  --network host

FIX IT LAT

  xhost +local:docker

About

My dotfiles. and some other things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published