Skip to content

cddg-docker

📊 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

  1. Clone the repo using git clone https://github.com/aaron777collins/cddg-docker.git.
  2. Run the run.bat or run-detached.bat scripts.

Login

  1. Run the rdp program on your windows install (or similar software)
  2. Connect to localhost:3389
  3. Username: ubuntu Password: ubuntu
  4. clone or pull the repo from https://github.com/aaron777collins/ConnectedDrivingDataGenerator
  5. Configure/run the repo!

Optional Setup

  1. Install VSCode - Insiders on your computer https://code.visualstudio.com/insiders/
  2. Install the Remote - SSH extention (insider edition).
  3. Click on the remote explorer tab
  4. Add a new connection and type ssh ubuntu@localhost -p 2222 in the pop-up box.
  5. The password, when prompted, is ubuntu.
  6. Go to the file explorer tab
  7. Choose a folder to start editing
  8. 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!