To build the docker, use the following command:
docker build -t ubuntu-desktop-dotmez-test .
To run the docker, use the following command:
docker run -d --name ubuntu-desktop-dotmez-test -p 2222:22 ubuntu-desktop-dotmez-test
Or is wanting desktop:
docker run -d --name ubuntu-desktop-dotmez-test -p 2222:22 -p 3389:3389 ubuntu-desktop-dotmez-test
Then SSH into the docker vm:
ssh root@localhost -p 2222
Or RDP into the docker:
rdesktop -u root -p pass123 localhost
Stop and remove the docker:
docker stop ubuntu-desktop-dotmez-test && docker rm ubuntu-desktop-dotmez-test
ssh-keygen -f "/home/meza/.ssh/known_hosts" -R "[localhost]:2222"
- tmux shortcuts / configs
- lunavim shortcuts / configs
- oh my zsh
- oh my zsh plugins
- check all for extensions (print out list?)
- move for the above files from repo into associated folders
- backup and rename for the above files
- to install common apps and copy from repo to associated folders
each of the above for MacOS / Ubuntu / Other