Group 6 data mining project
- Build the image:
docker build -t horoscope . - Create the container:
docker run -i --name horoscope horoscope - In VS Code, get the Docker extension if you don't already have it, then find the running container. Right click and select Attach Visual Studio Code
- Use VS Code's git tools to push any changes.
Note: Do not remove the container or stop it using the VS Code UI. To stop the container, instead run docker stop horoscope in a terminal. This makes sure any unpushed changes won't be lost.