- Install docker, vscode and docker extension in vscode
- Clone this repo
https://github.com/cengwins/ahc_dev_container.git
- Open ahc_dev_container folder in vscode, open a terminal and build docker image
docker build . -t ahc_dev_container
- On docker extension of vscode, run ahc_dev_container image in interactive mode
- In terminal run
docker run -t -i --rm --privileged --cap-add=NET_ADMIN --name ahcdev -v ./code:/root/code:rw ahc_dev_container:latest bash
and keep this terminal running. - Create a public project on GitHub by cloning https://github.com/cengwins/ahc_distalg_template.git
- In the container: clone your project in to
/root/code
, this directory is a RW directory mapped to yourcode
directory on your host!
-
Notifications
You must be signed in to change notification settings - Fork 0
cengwins/ahc_dev_container
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published