1,116 Matching Annotations
  1. Sep 2018
    1. This page will cover creating a new box in Vagrant Cloud and how to distribute it to users. Boxes can be distributed without Vagrant Cloud, but miss out on several important features.

  2. Aug 2018
  3. Jul 2018
  4. Jun 2018
  5. May 2018
    1. You can pull the image on a computer that have access to the internet.

      sudo docker pull ubuntu Then you can save this image to a file

      sudo docker save -o ubuntu_image.docker ubuntu Transfer the file on the offline computer (USB/CD/whatever) and load the image from the file:

      sudo docker load ubuntu_image.docker

  6. Apr 2018
  7. Mar 2018
  8. Feb 2018
  9. Jan 2018
  10. Dec 2017
  11. Nov 2017
  12. Oct 2017
    1. http://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication

      Try to turn on token-based authentication on DRF (http://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication) and then follow the usual install of DRF-JWT, then added djoser and it works right of the box with no modifications to the code.

  13. Sep 2017
  14. Aug 2017
  15. Jul 2017
  16. Jun 2017
  17. May 2017
  18. Apr 2017