https://github.com/bioarchlinux/docker
BioArchLinux on Docker
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Repository
BioArchLinux on Docker
Basic Info
- Host: GitHub
- Owner: BioArchLinux
- Language: Dockerfile
- Default Branch: main
- Homepage: https://hub.docker.com/r/bioarchlinux/bioarchlinux
- Size: 10.7 KB
Statistics
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
BioArchLinux on Docker
Install docker and start container
Install docker and start it
```
docker pull bioarchlinux/bioarchlinux
docker run -it --privileged --name container_name --restart=always bioarchlinux/bioarchlinux /bin/bash
```
Configure container
Choose mirror
then you need to choose a mirror of archlinux and bioarchlinux
choose mirror of archlinux from here and run the following command ( take sdu mirror as the example)
```
echo 'Server = https://mirrors.sdu.edu.cn/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist
```
choose mirror bioarchlinux from here and run the following command ( take sdu mirror as the example)
```
echo 'Server = https://mirrors.sdu.edu.cn/bioarchlinux/$arch' > /etc/pacman.d/mirrorlist.bio
```
Use it
Finally, you can install any packages from BioArchLinux ```
pacman -Syu
pacman -S foo
```
Exit
```
exit
```
Enter container
If the container is stoped, container_name can be replaced with container_id
```
docker restart container_name
docker exec -it container_name /bin/bash
```
If the container is running, container_name can be replaced with container_id
```
docker exec -it container_name /bin/bash
```
Get container information
```
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 96bfaee1b8cb bioarchlinux/bioarchlinux "/bin/bash" 2 hours ago Up 2 hours bio ```
Owner
- Name: BioArchLinux
- Login: BioArchLinux
- Kind: organization
- Website: https://BioArchLinux.org
- Repositories: 7
- Profile: https://github.com/BioArchLinux
Arch Community for Biologists & Arch Repository for Biological Software
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- archlinux latest build