services:podman
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:podman [2024/12/19 14:10] – created jas | services:podman [2024/12/19 14:23] (current) – jas | ||
---|---|---|---|
Line 7: | Line 7: | ||
Fortunately, | Fortunately, | ||
- | In order to use Podman on a tech-supported EECS Linux system, you must be a member of a research group that has its own servers with local storage. | + | In order to use Podman on a tech-supported EECS Linux system, you must be a member of a research group that has its own servers with **local** storage. |
- | In order to use Podman: | + | 1) Request permission |
- | 1) Request permission to use Podman by sending an email to tech. Please include your research group, and the server name where you would like to use containers. | + | 2) By default, Podman will use your EECS home directory for container storage ($HOME/ |
- | 2) By default, Podman will use the following path for container storage: $HOME/ | + | a) Get rid of any old Podman configuration in your account: |
- | + | ||
- | a) Create a **local directory** for Podman storage: | + | |
- | + | ||
- | % mkdir / | + | |
- | + | ||
- | b) Get rid of any old Podman configuration in your acocunt: | + | |
% rm -rf ~/ | % rm -rf ~/ | ||
% rm -f ~/ | % rm -f ~/ | ||
| | ||
- | c) Copy the default Podman storage configuration file: | + | b) Copy the default Podman storage configuration file to your home directory: |
% mkdir $HOME/ | % mkdir $HOME/ | ||
% cp / | % cp / | ||
- | d) Update $HOME/ | + | c) Update $HOME/ |
Replace: | Replace: | ||
Line 37: | Line 31: | ||
with: | with: | ||
- | runroot = "/ | + | runroot = "/ |
| | ||
Also replace: | Also replace: | ||
Line 47: | Line 41: | ||
graphroot = "/ | graphroot = "/ | ||
+ | Of course, replace < | ||
3) Now you can test container storage: | 3) Now you can test container storage: | ||
Line 81: | Line 76: | ||
Mastodon: | Mastodon: | ||
</ | </ | ||
+ | |||
+ | Podman has now been setup in your account. | ||
For more information on Podman: | For more information on Podman: |
services/podman.1734635433.txt.gz · Last modified: 2024/12/19 14:10 by jas