Docker move to alpine; moved sub README to servers
This commit is contained in:
@@ -12,6 +12,12 @@ function main() {
|
||||
cd "${SCRIPTPATH}"
|
||||
echo "Working Dir: " $(pwd)
|
||||
|
||||
ID=$(podman ps --filter "ancestor=localhost/newton-lsp:latest" --format "{{.ID}}")
|
||||
if [ "${ID}" != "" ]; then
|
||||
echo "Is up..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
podman run -p 9999:9999 newton-lsp:latest
|
||||
}
|
||||
main $@;
|
||||
|
||||
Reference in New Issue
Block a user