https://github.com/broadinstitute/docker-timefix
Docker image to fix time on Docker for Mac
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Repository
Docker image to fix time on Docker for Mac
Basic Info
- Host: GitHub
- Owner: broadinstitute
- Language: Shell
- Default Branch: master
- Size: 1000 Bytes
Statistics
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
docker-timefix
This is a very simple container designed to be run with Docker on a Docker for Mac setup. I have found the clock on the "VM" where Docker runs on the Mac to be very drifty. Therefore, I have made this simple container to use ntpdate to sync up the VM clock time whenever I see it drifting significantly.
Building
Building this container is as simple as cloning this repository and then running the following command in this repository's directory:
bash
docker build -t timefix .
You should now have an image named timefix that is referenced by the other scripts in this repository.
Running
Once the image has been created, you can run this from the repository directory using:
bash
./run.sh
This will call the fix.sh script inside the container to run ntpdate for you. Additionally, if you don't want to use the default NTP server (0.north-america.pool.ntp.org), you can provide your own as the sole argument to the run.sh script:
bash
./run.sh myntp.example.org
Owner
- Name: Broad Institute
- Login: broadinstitute
- Kind: organization
- Location: Cambridge, MA
- Website: http://www.broadinstitute.org/
- Twitter: broadinstitute
- Repositories: 1,083
- Profile: https://github.com/broadinstitute
Broad Institute of MIT and Harvard
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year 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
- ubuntu 16.04 build