Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To ensure that you don't lose any settings or customisations, mount a volume tie

Once complete, the server can be accessed at http://localhost:8080

To install .net core we need to run bash on the container as root and follow the [official instructions](https://www.microsoft.com/net/core#linuxdebian)
To install .net core we need to run bash on the container as root and follow the [official instructions](https://www.microsoft.com/net/learn/get-started/linux/debian9)

docker exec -ti -u 0 _myjenkins_ bash

Expand Down