Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
assignments424fall24
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Peter Keleher
assignments424fall24
Commits
70b2fac2
Commit
70b2fac2
authored
8 months ago
by
Peter J. Keleher
Browse files
Options
Downloads
Patches
Plain Diff
auto
parent
fd46b4b6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assign0.md
+3
-1
3 additions, 1 deletion
assign0.md
with
3 additions
and
1 deletion
assign0.md
+
3
−
1
View file @
70b2fac2
...
...
@@ -25,11 +25,13 @@ in `Dockerfile`.
1.
[
Install docker
](
https://www.docker.com/get-started/
)
1.
Insert
`WORKDIR /424`
as the third line of your Dockerfile, if it is not already there.
1.
Build the container image as follows:
`docker build --rm -t 424 .`
1.
Verify that the imeage has been build in your docker
Desktop. Assuming you are using bash, run the image:
`docker run -it -v $(pwd):/424 424`
1.
For
*tcsh*
use
``docker run -it -v `pwd`:/424 424``
.
1.
On
**windows**
, the following worked for me:
`docker run -it -v "${PWD}:/424" 424`
.
1.
On
**windows**
, the following worked for me:
`docker run -it -v "${PWD}:/424" 424`
.
1.
`cd /424`
from within the container.
You are now inside the docker container in a directory (
`/424`
) that
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment