cddg-docker
🔗 Quick Links
📊 Project Details
- Primary Language: Shell
- Languages Used: Shell, Dockerfile, Batchfile
- License: MIT License
- Created: October 03, 2022
- Last Updated: October 10, 2022
📝 About
CDDG (Connected Driving Data Generator) Docker
Setup
- Clone the repo using
git clone https://github.com/aaron777collins/cddg-docker.git.
- Run the
run.bat or run-detached.bat scripts.
Login
- Run the rdp program on your windows install (or similar software)
- Connect to localhost:3389
- Username:
ubuntu Password: ubuntu
- clone or pull the repo from https://github.com/aaron777collins/ConnectedDrivingDataGenerator
- Configure/run the repo!
Optional Setup
- Install VSCode - Insiders on your computer https://code.visualstudio.com/insiders/
- Install the Remote - SSH extention (insider edition).
- Click on the remote explorer tab
- Add a new connection and type
ssh ubuntu@localhost -p 2222 in the pop-up box.
- The password, when prompted, is
ubuntu.
- Go to the file explorer tab
- Choose a folder to start editing
- Enjoy! You can use a terminal to run commands directly on the container without rdp. You can also edit the files from your host PC!