https://github.com/bcbcarl/pacapt-intro
https://github.com/bcbcarl/pacapt-intro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcbcarl/pacapt-intro
- Owner: bcbcarl
- Created: 2018-08-12T20:14:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T20:17:35.000Z (almost 8 years ago)
- Last Synced: 2025-06-14T09:03:36.294Z (about 1 year ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pacman + apt = pacapt
An Arch's pacman-like package manager for some Unices.
[Slides][slides]
## Alpine Linux
1. `docker build -f Alpine.Dockerfile -t bcbcarl/alpine .`
2. `docker run --rm -it bcbcarl/alpine`
3. `cat /etc/issue`
4. `pacman -Q`
5. `date`
## Ubuntu
1. `docker build -f Ubuntu.Dockerfile -t bcbcarl/ubuntu .`
2. `docker run --rm -it bcbcarl/ubuntu`
3. `cat /etc/issue`
4. `pacman -Q`
5. `date`
[slides]: https://docs.google.com/presentation/d/1-02ZYr8clUv4Pk7X-FbDxztNODp_Ha0e6aOZnFuYaVM/edit?usp=sharing