Skip to content

Commit

Permalink
Update docker_config.sh
Browse files Browse the repository at this point in the history
Moved Linux case &  Docker run flag to `create_container.sh`
  • Loading branch information
Jbsco authored Nov 30, 2023
1 parent 27793fd commit 10678ce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/docker_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ DOCKER_IMAGE_NAME="ghcr.io/lasp/adamant:example-latest"
export DOCKER_CONTAINER_NAME
export DOCKER_IMAGE_NAME

ON_LINUX=""
case "$OSTYPE" in
linux*)
ON_LINUX="--add-host=host.docker.internal:host-gateway"
;;
esac
export ON_LINUX

# Helper function to print out command as executed:
execute () {
echo "$ $@"
Expand Down

0 comments on commit 10678ce

Please sign in to comment.