This environment is available as a Docker image
Pull a standalone image
docker pull svlasov/devenv
or specify it as an "Existing Environment" at Docker Desktop
svlasov/devenv
-
password-less sudo
-
direnv
-
apt packages
- popular prerequisites
- software-properties-common
- build-essential
- some utilities
- preinstalled by Docker team
- sudo
- git
- ssh
- nano
- htop
- curl
- wget
- ip
- installed by me
- vim
- tree
- jq
- tmux
- preinstalled by Docker team
- popular prerequisites
-
python3 as default python:
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10 -
pip/pip3
-
VSCode server (?)
The default ${WORKDIR} directoty /com.docker.devenvironments.code is the copy this git repo.