Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/scripts/docker/swi-prolog/README.md |
This file is part of Logtalk https://logtalk.org/ SPDX-FileCopyrightText: 2017-2024 Paulo Moura <pmoura@logtalk.org> SPDX-FileCopyrightText: 2017 Sergio Castro <sergioc78@gmail.com> SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Valid identifiers are as shown in the Logtalk GitHub repository at release names. Defaults to master
, which causes the Docker image to be built with the latest version of Logtalk in its master branch.
docker build -t="logtalk/logtalk3-swi:nightly" .
docker build --build-arg LOGTALK_VERSION=lgt3091stable -t="logtalk/logtalk3-swi:3091" -t="logtalk/logtalk3-swi:latest" .
Update the lgt3091stable
and 3091
strings for the current version number.
docker run -it --name logtalk_nightly "logtalk/logtalk3-swi:nightly"
docker run -it --name logtalk_latest "logtalk/logtalk3-swi:latest"
docker run -it --name logtalk_latest -v $(HOME)/project:/source "logtalk/logtalk3-swi:latest"