Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions answers.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# Answers

Lastname:
Firstname:
Lastname:Lefevre
Firstname:Emilien

## 2.2
command:
command: sudo docker run testapp

## 2.3
question:
command:
command: sudo docker -i --expose:PortNumber testapp

## 2.5
question:
command:
command:
sudo docker login
sudo docker tag testing emilienlefevre/devops_lab
sudo docker push emilienlefevre/devops_lab

## 2.6
command:
Expand All @@ -25,7 +28,7 @@ command:
## 2.7
question:
question:
command:
command: sudo docker ps -a

command:

Expand All @@ -34,8 +37,8 @@ question:
output:

## 3.1
command:
command: sudo docker-compose up

## 3.4
command:
command:
command: sudo docker-compose up -d
command: sudo docker-compose logs
Loading