Skip to content

mkovacina/sweep

Repository files navigation

developing with containers

using visual studio code

Install the Remote - Containers extension for VS Code.

Open the sweep folder in VS Code and it will autodetect the settings and ask to relaunch the window with container support.

using the command line

build the docker container

The dockerfile is in the .devcontainer folder

docker build --tag sweep/shell .devcontainer

launch the container

docker run -it -v ${pwd}:/sweep sweep/shell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published