Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
centos_gcc_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coda Phillips
centos_gcc_docker
Repository
master
Select Git revision
Branches
1
master
default
protected
1 result
centos6_gcc_docker
run.sh
Find file
Blame
Permalink
4 years ago
c2b37114
Update to centos7 after centos6 EOL
· c2b37114
Coda Phillips
authored
4 years ago
c2b37114
History
Update to centos7 after centos6 EOL
Coda Phillips
authored
4 years ago
run.sh
58 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
#!/bin/bash
docker run
-it
--rm
centos_gcc:7 /bin/bash
-l