Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexium310/images
https://github.com/hexium310/images
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexium310/images
- Owner: hexium310
- Created: 2020-02-15T11:11:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T08:32:17.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T13:11:06.101Z (3 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
docker build --build-arg USER=username -t image-name -f ArchLinux.Dockerfile .
docker create -it --name container-name image-name
docker start -i container-name
```