Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Israel Amaral
/
app01
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e0a3589d
authored
2021-02-03 14:33:26 -0300
by
Israel do Amaral Santiago
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dsfsdfsdes
1 parent
31d4085f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
scripts/start-container.sh
scripts/stop-container.sh
scripts/start-container.sh
0 → 100644
View file @
e0a3589
#!/bin/bash
docker run -d -p 80:80 --name site_institucional devopscloudweek/app01:develop
\ No newline at end of file
scripts/stop-container.sh
0 → 100644
View file @
e0a3589
#!/bin/bash
docker rm -f
`
docker ps -qa
`
||
true
docker rmi -f
`
docker images -q
`
||
true
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment