-
Notifications
You must be signed in to change notification settings - Fork 21
Install a Docker container
Gaël de Chalendar edited this page Apr 18, 2023
·
5 revisions
Table of Contents generated with DocToc
This section suppose that you are able to pull and run docker containers. For more information on Docker, see https://www.docker.com/
To install the LIMA Docker container, just run:
$ docker pull ghcr.io/aymara/lima:master
Then run your container with:
$ docker run -it ghcr.io/aymara/lima:master
This is a very basic example. Please refer to Docker documentation for more details on running programs in Docker containers and to the LIMA User Manual for details on LIMA usage.
Table of Contents generated with DocToc