Skip to content

Commit

Permalink
Cleanup unused scripts and add note to README.md about using non-dock…
Browse files Browse the repository at this point in the history
…erhub images
camerondurham committed Aug 27, 2021
1 parent ec5154a commit 11382cc
Showing 10 changed files with 4 additions and 39 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -238,6 +238,10 @@ Usage:
# create environment
ch create ENVIRONMENT_NAME {--file DOCKERFILE|--image DOCKER_IMAGE} [--volume PATH_TO_DIRECTORY] [--shell SHELL_CMD] [--port HOST:CONTAINER] [--security-opt SECURITY_OPT]

# create an environment with a non-dockerhub image
ch create al2 --image public.ecr.aws/amazonlinux/amazonlinux:2 --shell /bin/bash --volume ./project/files

# create a csci104 docker image
ch create csci104 --image usccsci104/docker --shell /bin/bash --volume ./project/files/

# start container - essentially docker run -d IMAGE
2 changes: 0 additions & 2 deletions scripts/test-scripts/Dockerfile.alpine

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/test-scripts/Dockerfile.alpine-fail

This file was deleted.

1 change: 0 additions & 1 deletion scripts/test-scripts/csci104-create.ps1

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/test-scripts/sanity-create.ps1

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/test-scripts/sanity-create.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/test-scripts/sanity-start.ps1

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/test-scripts/sanity-start.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/test-scripts/sanity-stop.ps1

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/test-scripts/sanity-stop.sh

This file was deleted.

0 comments on commit 11382cc

Please sign in to comment.