Skip to content

Commit e36e5e0

Browse files
committed
Nexus Data Container in Windows
1 parent b751e66 commit e36e5e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

instructor/readme.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ We want to provide an option to run this lab without any Internet access. So, th
193193
docker run --name="nexusdata" -v $(pwd):/backup sonatype/nexus:oss bash -c "tar xvf /backup/nexusbackup.tar -C /"
194194
----
195195

196+
NOTE: Running Windows, make sure to copy the `nexusbackup.tar` to the following folder `c:/Users/<username>/docker-hol` and make sure to update the docker run command accordingly.
197+
The folder permissions in Windows don't allow for a location of your choice.
198+
196199
This will download the Nexus image on Docker host and populate it with the Nexus dependencies.
197200

198201
## Start the Instructor Environment

0 commit comments

Comments
 (0)