https://github.com/mrdvt92/docker-el9-perl-app-pause
Docker based on AlmaLinux 9 to install Perl pause app from yum repository
https://github.com/mrdvt92/docker-el9-perl-app-pause
cpan pause perl
Last synced: about 1 year ago
JSON representation
Docker based on AlmaLinux 9 to install Perl pause app from yum repository
- Host: GitHub
- URL: https://github.com/mrdvt92/docker-el9-perl-app-pause
- Owner: mrdvt92
- License: mit
- Created: 2025-02-24T19:08:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T20:00:04.000Z (about 1 year ago)
- Last Synced: 2025-02-24T20:31:56.405Z (about 1 year ago)
- Topics: cpan, pause, perl
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-el9-perl-App-pause
Docker based on AlmaLinux 9 to install Perl pause app from yum repository
### Build image
```
cp pause.conf private-pause.conf
vi private-pause.conf #update login and password
make build
```
### Run container
```
make run
```
### Run `bash` command prompt inside container
```
make bash
```