Using Docker to complete the course #33
-
I am borrowing a laptop and want to avoid installing a bunch of programs. Is it possible to use Docker as a container to complete this course? If so, what are the key differences I should be aware of? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hmm... There would be a lot of weird docker stuff to do there. Maybe you could try github codespaces? or use gitpod for each section? Ie: https://gitpod.io/#github.com/Cyfrin/security-and-auditing-full-course-s23 |
Beta Was this translation helpful? Give feedback.
-
The main tool used on security course is Foundry and you can securely install in on docker using this guide: https://book.getfoundry.sh/tutorials/foundry-docker I don't see why you wouldn't be able to create a container with all the dependencies you need for smart contract development and auditing with docker. |
Beta Was this translation helpful? Give feedback.
@evelynnmimijae yeah, I think is still possible to configure docker properly to work for this but it requires a lot of tinkering and mess things up is really easy. Glad you decided to take the Foundry course, have a wonderful year!!